ShapeGeometry.Rotate 方法
旋转一个数组在指定的中心附近点。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。