Aspose::Page::EPS::Device::PdfDevice::Shear method

PdfDevice::Shear method

Shears the current transformation matrix. Calls writeTransform(Transform).

void Aspose::Page::EPS::Device::PdfDevice::Shear(double shx, double shy) override
ParameterTypeDescription
shxdoubleA shear in X axis.
shydoubleA shear in Y axis.

See Also