DragSurfaceT.present

Present @drag_surface.

template DragSurfaceT(TStruct)
bool
present
(
int width
,
int height
)

Parameters

width int

the unconstrained drag_surface width to layout

height int

the unconstrained drag_surface height to layout

Return Value

Type: bool

%FALSE if it failed to be presented, otherwise %TRUE.

Meta