Sdílet prostřednictvím


ShapeGeometry.Rotate – metoda

Otočte matici bodů kolem určeného středu.

Obor názvů:  Microsoft.VisualStudio.Modeling.Diagrams
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntaxe

'Deklarace
Public Shared Sub Rotate ( _
    center As PointD, _
    angleRadians As Double, _
    points As PointD() _
)
public static void Rotate(
    PointD center,
    double angleRadians,
    PointD[] points
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ShapeGeometry Třída

Microsoft.VisualStudio.Modeling.Diagrams – obor názvů

Translate