GhostShapeCollection.Offset(PointD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.