Graphics.IHandler.SetClip Method (RectangleF) |
Sets the clip region to the specified rectangle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxvoid SetClip(
RectangleF rectangle
)
Sub SetClip (
rectangle As RectangleF
)
abstract SetClip :
rectangle : RectangleF -> unit
Parameters
- rectangle
- Type: Eto.Drawing.RectangleF
Rectangle for the clipping region
Remarks
The previous clipping region will be cleared after this call
See Also