Sets the clipping region of this IGraphics object to the Clip property of the specified IGraphics object.
Name | Description |
---|---|
Sets the clipping region of this IGraphics object to the specified .NET GraphicsPath object. |
|
Sets the clipping region of this IGraphics object to the result of the specified operation combining the current clip region and the specified .NET GraphicsPath object. |
|
Sets the clipping region of this IGraphics object to the Clip property of the specified IGraphics object. |
|
Sets the clipping region of this IGraphics object to the result of the specified combining operation of the current clip region and the Clip property of the specified IGraphics object. |
|
Sets the clipping region of this IGraphics object to the rectangle specified by a Rectangle structure. |
|
Sets the clipping region of this IGraphics object to the result of the specified operation combining the current clip region and the rectangle specified by a Rectangle structure. |
|
Sets the clipping region of this IGraphics object to the rectangle specified by a RectangleF structure. |
|
Sets the clipping region of this IGraphics object to the result of the specified operation combining the current clip region and the rectangle specified by a RectangleF structure. |
|
Sets the clipping region of this IGraphics object to the result of the specified operation combining the current clip region and the specified Region object. |