Click or drag to resize

IMatrixSkew Method

Prepend a skew to the matrix

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Skew(
	float skewX,
	float skewY
)

Parameters

skewX
Type: SystemSingle
Amount to skew along the X axis, 1.0 does not skew
skewY
Type: SystemSingle
Amount to skew along the Y axis, 1.0 does not skew
See Also