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