ShapeGeometry::Translate Method (PointD, array<PointD>^)
Visual Studio 2015
Moves an array of points by a specified vector.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- delta
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::PointD
The distance and direction to move the points.
- points
-
Type:
array<Microsoft.VisualStudio.Modeling.Diagrams::PointD>^
The points to be translated. The array is updated to contain the translated points.
Show: