GhostShapeCollection::Offset Method (PointD)

 

Offsets the current location of each ghost shape by the specified delta.

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 delta
)

Parameters

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

The amount in world units by which to offset each ghost shape's location.

Return to top
Show: