RectangleD Constructor (Double, Double, Double, Double)

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

Permissions

See Also

Reference

RectangleD Structure

RectangleD Members

RectangleD Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace