GraphicsIHandlerSetClip Method (IGraphicsPath) |
Sets the clip region to the specified path
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetClip(
IGraphicsPath path
)
Sub SetClip (
path As IGraphicsPath
)
abstract SetClip :
path : IGraphicsPath -> unit
Parameters
- path
- Type: Eto.DrawingIGraphicsPath
Path to specify the clip region
Remarks
The previous clipping region will be cleared after this call
See Also