共用方式為


RotateTransform Constructors

Definition

Overloads

RotateTransform()
RotateTransform(Double)
RotateTransform(Double, Double, Double)

RotateTransform()

public:
 RotateTransform();
public RotateTransform ();
Public Sub New ()

Applies to

RotateTransform(Double)

public:
 RotateTransform(double angle);
public RotateTransform (double angle);
new Microsoft.Maui.Controls.Shapes.RotateTransform : double -> Microsoft.Maui.Controls.Shapes.RotateTransform
Public Sub New (angle As Double)

Parameters

angle
Double

Applies to

RotateTransform(Double, Double, Double)

public:
 RotateTransform(double angle, double centerX, double centerY);
public RotateTransform (double angle, double centerX, double centerY);
new Microsoft.Maui.Controls.Shapes.RotateTransform : double * double * double -> Microsoft.Maui.Controls.Shapes.RotateTransform
Public Sub New (angle As Double, centerX As Double, centerY As Double)

Parameters

angle
Double
centerX
Double
centerY
Double

Applies to