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

PsDocument::Shear method

围绕一点逆时针旋转当前图形状态。

void Aspose::Page::EPS::PsDocument::Shear(float shx, float shy)
ParameterType描述
angleDegrees单精度浮点数旋转角度(以度为单位)。
单精度浮点数进行旋转的中心点。

备注

向当前图形状态添加剪切变换(剪切当前矩阵)。

另见