ShapeGeometry.Rotate 方法
旋转指定中心周围的点的数组。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
语法
声明
Public Shared Sub Rotate ( _
center As PointD, _
angleRadians As Double, _
points As PointD() _
)
public static void Rotate(
PointD center,
double angleRadians,
PointD[] points
)
参数
- center
类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
在要旋转点周围的中心点。
- angleRadians
类型:System.Double
半径内要旋转的角度。
- points
类型:array<Microsoft.VisualStudio.Modeling.Diagrams.PointD[]
被旋转的点。更新该数组到以包含旋转点。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。