RectangleFIntersect Method (RectangleF) |
Intersect the rectangle with the specified rectangle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Intersect(
RectangleF rectangle
)
Public Sub Intersect (
rectangle As RectangleF
)
member Intersect :
rectangle : RectangleF -> unit
Parameters
- rectangle
- Type: Eto.DrawingRectangleF
Rectangle to intersect with
See Also