Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
x As Double, _
y As Double, _
width As Double, _
height As Double _
)
'使用
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
Dim instance As New RectangleD(x, y, width, _
height)
public RectangleD(
double x,
double y,
double width,
double height
)
public:
RectangleD(
double x,
double y,
double width,
double height
)
public function RectangleD(
x : double,
y : double,
width : double,
height : double
)
Parameters
- x
Type: System.Double
- y
Type: System.Double
- width
Type: System.Double
- height
Type: System.Double
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.