System::Drawing::Drawing2D::Matrix::Scale 方法
Matrix::Scale(float, float) method
将指定的缩放向量应用于当前对象表示的矩阵。
void System::Drawing::Drawing2D::Matrix::Scale(float scaleX, float scaleY)
| 参数 | 类型 | 描述 |
|---|---|---|
| scaleX | float | 沿 X 轴方向缩放矩阵的值 |
| scaleY | float | 沿 Y 轴方向缩放矩阵的值 |
另见
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
Matrix::Scale(float, float, MatrixOrder) method
将指定的缩放向量应用于当前对象表示的矩阵。
void System::Drawing::Drawing2D::Matrix::Scale(float scaleX, float scaleY, MatrixOrder order)
| 参数 | 类型 | 描述 |
|---|---|---|
| scaleX | float | 沿 X 轴方向缩放矩阵的值 |
| scaleY | float | 沿 Y 轴方向缩放矩阵的值 |
| 顺序 | MatrixOrder | 比例向量应用于矩阵的顺序 |
另见
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++