ShapeGeometry::Rotate Method (PointD, Double, array<PointD>^)
Visual Studio 2015
Rotate an array of points around a specified center.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- center
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::PointD
The center point around which to rotate the points.
- angleRadians
-
Type:
System::Double
The angle to rotate in radians.
- points
-
Type:
array<Microsoft.VisualStudio.Modeling.Diagrams::PointD>^
The points to be rotated. The array is updated to contain the rotated points.
Show: