Updates the clip region of this GdiGraphics by intersecting it with given rectangular area.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub IntersectClip ( _ clipRectangle As RectangleF _ )
public void IntersectClip( RectangleF clipRectangle )
Type: System.Drawing.RectangleF
RectangleF structure which specifies the rectangular area to intersect with the clip region.All the coordinates are measured in units specified with Unit property.