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