In This Topic
Sets the clipping region of this
Graphics object to the result of the Replace combining the current clip region and the specified
Region object.
Syntax
'Declaration
Public Overloads Sub SetClip( _
ByVal As Region _
)
public void SetClip(
Region
)
Parameters
- region
- Region object to combine.
See Also