RectangleFContains Method (RectangleF) |
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(
RectangleF rectangle
)
Public Function Contains (
rectangle As RectangleF
) As Boolean
member Contains :
rectangle : RectangleF -> bool
Parameters
- rectangle
- Type: Eto.DrawingRectangleF
Rectangle to test if it is contained within this instance
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Eto.Drawing.RectangleF.Contains(Eto.Drawing.RectangleF)"]
See Also