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