ScaleTransform()

Graphics::ScaleTransform(float, float, Drawing2D::MatrixOrder) method

Applies the specified scale vector to the world transformation matrix of the current object.

void System::Drawing::Graphics::ScaleTransform(float sx, float sy, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)

Arguments

ParameterTypeDescription
sxfloatThe value by which to scale the matrix in x-axis direction
syfloatThe value by which to scale the matrix in y-axis direction
orderDrawing2D::MatrixOrderThe order in which the scale vector is applied to the matrix

See Also