GdipResetClip

 

 

Description

Sets the clipping region of this Graphics object to an infinite region.

Syntax

GpStatus WINGDIPAPI GdipResetClip(

    GpGraphics *graphics

);

PowerBASIC Syntax

DECLARE FUNCTION GdipResetClip ( _

    BYVAL graphics AS DWORD _

) AS LONG

Parameters

 

graphics

[in] Pointer to the Graphics object.

Remarks

If the clipping region of a Graphics object is infinite, then items drawn by that Graphics object will not be clipped.

 

Valid HTML 4.01 Transitional