GraphicsSetClip Method (IGraphicsPath) |
Sets the clip region to the specified path
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void SetClip(
IGraphicsPath path
)
Public Sub SetClip (
path As IGraphicsPath
)
member 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
The path specified is translated by the current transform, but is not affected by subsequent transform operations.
See Also