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
- location
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
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.