[]
Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure.
public void IntersectClip(RectangleF rect)
Type | Name | Description |
---|---|---|
RectangleF | rect |
Sets the clipping region of this Graphics object to the shape specified by a IDDPath structure.
public void IntersectClip(PathEx path)
Type | Name | Description |
---|---|---|
PathEx | path |