RectangleD::Contains Method (Double, Double)
Visual Studio 2015
Determines if the specified point is contained within this RectangleD structure.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- x
-
Type:
System::Double
The x-coordinate of the point to test.
- y
-
Type:
System::Double
The y-coordinate of the point to test
Return Value
Type: System::Boolean
Show: