Skip to main content

Rotate3DTransform(Double, Double, Double, Double, Double, Double, Double) Constructor

Initializes a new instance of the Rotate3DTransform class.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public Rotate3DTransform(
double angleX,
double angleY,
double angleZ,
double centerX,
double centerY,
double centerZ,
double depth
)

Parameters

  Double
The rotation around the X-Axis
  Double
The rotation around the Y-Axis
  Double
The rotation around the Z-Axis
  Double
The origin of the X-Axis
  Double
The origin of the Y-Axis
  Double
The origin of the Z-Axis
  Double
The depth of the 3D effect

See Also

Reference

Rotate3DTransform Class
Rotate3DTransform Overload
Avalonia.Media Namespace