RectangleD::Location Property

 

Gets or sets the coordinates of the upper-left corner of this RectangleD structure.

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

public:
property PointD Location {
	PointD get();
	void set(PointD value);
}
Return to top
Show: