SkewTransform.

SkewTransform(double, double) Constructor

Summary

Initializes a new instance of the SkewTransform class.
Namespace
Avalonia.Media
Containing Type
SkewTransform

Syntax

public SkewTransform(double angleX, double angleY)

Parameters

Name Type Description
angleX double The skew angle of X-axis, in degrees.
angleY double The skew angle of Y-axis, in degrees.

Return Value

Type Description
void