System::Drawing::Drawing2D::Matrix::Scale 方法
Matrix::Scale(float, float) method
将指定的缩放向量应用于当前对象表示的矩阵。
void System::Drawing::Drawing2D::Matrix::Scale(float scaleX, float scaleY)
| Parameter | Type | 描述 |
|---|---|---|
| scaleX | 单精度浮点数 | 沿 x 轴方向缩放矩阵的值 |
| scaleY | 单精度浮点数 | 沿 y 轴方向缩放矩阵的值 |
另见
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
Matrix::Scale(float, float, MatrixOrder) method
将指定的缩放向量应用于当前对象表示的矩阵。
void System::Drawing::Drawing2D::Matrix::Scale(float scaleX, float scaleY, MatrixOrder order)
| Parameter | Type | 描述 |
|---|---|---|
| scaleX | 单精度浮点数 | 沿 x 轴方向缩放矩阵的值 |
| scaleY | 单精度浮点数 | 沿 y 轴方向缩放矩阵的值 |
| 顺序 | MatrixOrder | 缩放向量应用于矩阵的顺序 |
另见
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++