SetClip(Rectangle) Method
In This Topic
Sets the clipping region of this
Graphics object to the rectangle specified by a
System.Drawing.Rectangle structure.
Syntax
'Declaration
Public Overloads Sub SetClip( _
ByVal As Rectangle _
)
public void SetClip(
Rectangle
)
Parameters
- rectangle
- System.Drawing.Rectangle structure that represents the new clip region.
See Also