Aspose::Page::EPS::PsDocument::Shear method
PsDocument::Shear method
围绕一点逆时针旋转当前图形状态。
void Aspose::Page::EPS::PsDocument::Shear(float shx, float shy)
| Parameter | Type | 描述 |
|---|---|---|
| angleDegrees | 单精度浮点数 | 旋转角度(以度为单位)。 |
| 点 | 单精度浮点数 | 进行旋转的中心点。 |
备注
向当前图形状态添加剪切变换(剪切当前矩阵)。
另见
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++