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
)

参数

.NET Framework 安全性

请参见

参考

ShapeGeometry 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间

Translate