SetClipRegion(IntPtr,Int32) Method
In This Topic
Sets the clipping region.
Syntax
'Declaration
Public Overloads Sub SetClipRegion( _
ByVal As IntPtr, _
ByVal As Integer _
)
public void SetClipRegion(
IntPtr ,
int
)
Parameters
- region
- The clipping region.
- mode
- The mode to use.
See Also