RectangleContains Method (Rectangle) |
Gets a value indicating that the specified rectangle is entirely contained within the bounds of this rectangle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Contains(
Rectangle rectangle
)
Public Function Contains (
rectangle As Rectangle
) As Boolean
member Contains :
rectangle : Rectangle -> bool
Parameters
- rectangle
- Type: Eto.DrawingRectangle
Rectangle to test if it is contained within this instance
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Eto.Drawing.Rectangle.Contains(Eto.Drawing.Rectangle)"]
See Also