ShapeGeometry.Translate(PointD, 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.
Summary description for ShapeGeometry.Translate() Translate an array of points by a delta
public:
static void Translate(Microsoft::VisualStudio::Modeling::Diagrams::PointD delta, cli::array <Microsoft::VisualStudio::Modeling::Diagrams::PointD> ^ points);
public static void Translate (Microsoft.VisualStudio.Modeling.Diagrams.PointD delta, Microsoft.VisualStudio.Modeling.Diagrams.PointD[] points);
static member Translate : Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.PointD[] -> unit
Public Shared Sub Translate (delta As PointD, points As PointD())
Parameters
- delta
- PointD
Defines the distance to move the points
- points
- PointD[]
Array of points to translate