Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void IntersectClip(
Rectangle clipRectangle
)
Type: System.Drawing.Rectangle
A Rectangle structure to intersect with the current clip region.