ScaleTransform()

LinearGradientBrush::ScaleTransform(float, float, MatrixOrder) method

Scales current object’s transform matrix.

void System::Drawing::Drawing2D::LinearGradientBrush::ScaleTransform(float sx, float sy, MatrixOrder order=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
orderMatrixOrderSpecifies the order of the operation

See Also