RectangleD::Offset Method (PointD)

 

Adjusts the location of this rectangle by the specified amount.

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

public:
void Offset(
	PointD pos
)

Parameters

pos
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

The amount to offset the location.

Return to top
Show: