RectangleD Constructor (Double, Double, Double, Double)
Visual Studio 2015
Initializes a new instance of the RectangleD class with the specified location and size.
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 upper-left corner of the rectangle.
- y
-
Type:
System::Double
The y-coordinate of the upper-left corner of the rectangle.
- width
-
Type:
System::Double
The width of the rectangle.
- height
-
Type:
System::Double
The height of the rectangle.
Show: