[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Matrix.Skew

Skew Method

Skew(double, double)

Applies the skew transformation.

Declaration
public Matrix Skew(double radiansX, double radiansY)
Parameters
Type Name Description
double radiansX

The X angle, in radians.

double radiansY

The Y angle, in radians.

Returns
Type Description
Matrix

The skew matrix.

Skew(double, double, PointF)

Applies the skew transformation that is offset by a given center point.

Declaration
public Matrix Skew(double radiansX, double radiansY, PointF centerPoint)
Parameters
Type Name Description
double radiansX

The X angle, in radians.

double radiansY

The Y angle, in radians.

PointF centerPoint

The center point.

Returns
Type Description
Matrix

The skew matrix.

Skew(double, double, double, double)

Applies the skew transformation that is offset by a given center point.

Declaration
public Matrix Skew(double radiansX, double radiansY, double cx, double cy)
Parameters
Type Name Description
double radiansX

The X angle, in radians.

double radiansY

The Y angle, in radians.

double cx

X-coordinate of the center offset.

double cy

Y-coordinate of the center offset.

Returns
Type Description
Matrix

The skew matrix.