Share via


RectangleD Constructor (PointD, SizeD)

Initializes a new instance of the RectangleD class with the specified location and size.

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

Syntax

'Declaration
Public Sub New ( _
    location As PointD, _
    size As SizeD _
)
public RectangleD(
    PointD location,
    SizeD size
)
public:
RectangleD(
    PointD location, 
    SizeD size
)
new : 
        location:PointD * 
        size:SizeD -> RectangleD
public function RectangleD(
    location : PointD, 
    size : SizeD
)

Parameters

.NET Framework Security

See Also

Reference

RectangleD Structure

RectangleD Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace