RectangleSet.IsCovered Methods
Checks whether an area is completely covered by this RectangleSet.
Thread safety: This property is not thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | IsCovered(RectangleSet area) | Checks whether another RectangleSet is completely covered by this RectangleSet. |
Public method | IsCovered(Rectangle rectangle) | Checks whether a Rectangle is completely covered by this RectangleSet. |
IsCovered(RectangleSet area)
Checks whether another RectangleSet is completely covered by this RectangleSet.Syntax
public System.Boolean IsCovered (
RectangleSet area
)
Parameters
area
Type: RectangleSet
Another rectangle set.
Another rectangle set.
Return Value
Type: System.Boolean
True if area is completely covered by this rectangle set; otherwise, False.
True if area is completely covered by this rectangle set; otherwise, False.
IsCovered(Rectangle rectangle)
Checks whether a Rectangle is completely covered by this RectangleSet.Syntax
public System.Boolean IsCovered (
Rectangle rectangle
)
Parameters
rectangle
Type: Rectangle
A rectangle.
A rectangle.
Return Value
Type: System.Boolean
True if rectangle is completely covered by this rectangle set; otherwise, False.
True if rectangle is completely covered by this rectangle set; otherwise, False.
Platforms
Windows, Linux, Android