GhostShapeCollection.Offset(PointD) Method

Definition

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

public:
 void Offset(Microsoft::VisualStudio::Modeling::Diagrams::PointD delta);
public void Offset (Microsoft.VisualStudio.Modeling.Diagrams.PointD delta);
member this.Offset : Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Sub Offset (delta As PointD)

Parameters

delta
PointD

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

Applies to