GdipSetEmpty

 

 

Description

Updates this region to an empty region. In other words, the region occupies no space on the display device.

Syntax

GpStatus WINGDIPAPI GdipSetEmpty(

    GpRegion *region

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetEmpty ( _

    BYVAL region AS DWORD _

) AS LONG

Parameter

 

region

[in] Pointer to the Region object.

 

Valid HTML 4.01 Transitional