RotateTransform(Double, Double, Double) Constructor
Initializes a new instance of the RotateTransform class.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public RotateTransform(
	double angle,
	double centerX,
	double centerY
)
Public Sub New ( 
	angle As Double,
	centerX As Double,
	centerY As Double
)
new : 
        angle : float * 
        centerX : float * 
        centerY : float -> RotateTransform
Parameters
- Double
- The angle, in degrees.
- Double
- The x-coordinate of the center point for the rotation.
- Double
- The y-coordinate of the center point for the rotation.
See Also
Reference
RotateTransform Class
RotateTransform Overload
Avalonia.Media Namespace