RectangleD.Contains Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Contains(PointD) | Determines if the specified point is contained within this RectangleD structure. | |
Contains(RectangleD) | Determines if the rectangular region represented by rectangle is entirely contained within this RectangleD structure. | |
Contains(Double, Double) | Determines if the specified point is contained within this RectangleD structure. |
Top