RectangleD Constructor (PointD, SizeD)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Sub New ( _
    location As PointD, _
    size As SizeD _
)
'使用
Dim location As PointD
Dim size As SizeD

Dim instance As New RectangleD(location, _
    size)
public RectangleD(
    PointD location,
    SizeD size
)
public:
RectangleD(
    PointD location, 
    SizeD size
)
public function RectangleD(
    location : PointD, 
    size : SizeD
)

Parameters

Permissions

See Also

Reference

RectangleD Structure

RectangleD Members

RectangleD Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace