Aspose::Page::EPS::PsDocument::Shear method

PsDocument::Shear method

Rotates current graphics state counterclockwise around a point.

void Aspose::Page::EPS::PsDocument::Shear(float shx, float shy)
ParameterTypeDescription
angleDegreesfloatThe angle of rotation in degrees.
pointfloatThe point around which rotation will be performed.

Remarks

Adds shear transformation to current graphics state (shear current matrix).

See Also