RotateTransform Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RotateTransform() | |
RotateTransform(Double) | |
RotateTransform(Double, Double, Double) |
RotateTransform()
public RotateTransform ();
Applies to
RotateTransform(Double)
public RotateTransform (double angle);
new Xamarin.Forms.Shapes.RotateTransform : double -> Xamarin.Forms.Shapes.RotateTransform
Parameters
- angle
- System.Double
Applies to
RotateTransform(Double, Double, Double)
public RotateTransform (double angle, double centerX, double centerY);
new Xamarin.Forms.Shapes.RotateTransform : double * double * double -> Xamarin.Forms.Shapes.RotateTransform
Parameters
- angle
- System.Double
- centerX
- System.Double
- centerY
- System.Double