Partager via


ShapeGeometry.Rotate, méthode

Faites pivoter un tableau de points autour d'un centre spécifié.

Espace de noms :  Microsoft.VisualStudio.Modeling.Diagrams
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntaxe

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

Paramètres

  • angleRadians
    Type : System.Double
    L'angle à faire pivoter dans les radians.

Sécurité .NET Framework

Voir aussi

Référence

ShapeGeometry Classe

Microsoft.VisualStudio.Modeling.Diagrams, espace de noms

Translate