System::Drawing::Graphics::ScaleTransform 方法

Graphics::ScaleTransform method

将指定的缩放向量应用于当前对象的世界变换矩阵。

void System::Drawing::Graphics::ScaleTransform(float sx, float sy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
参数类型描述
sxfloat沿 X 轴方向缩放矩阵的值
syfloat沿 Y 轴方向缩放矩阵的值
顺序Drawing2D::MatrixOrder比例向量应用于矩阵的顺序

另见