CMvcWindowlessViewport::Create

virtual BOOL CMvcWindowlessViewport::Create(HWND hWndParent, LPRECT rc)

Creates the viewport given a parent window and a rectangle.

Defined in: MvcViewport.h

Return Value

TRUE if successful, otherwise FALSE

Parameters

hWndParent

Handle of parent window

rc

Bounds of viewport to create

Comments

Calls the base class create and stores the parent window handle.