[]
        
(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)
Public Function Skew(radiansX As Double, radiansY As Double) As Matrix
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)
Public Function Skew(radiansX As Double, radiansY As Double, centerPoint As PointF) As Matrix
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)
Public Function Skew(radiansX As Double, radiansY As Double, cx As Double, cy As Double) As Matrix
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.