[]
Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure.
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.
void IntersectClip(PathEx path)
Type | Name | Description |
---|---|---|
PathEx | path |