ScaleTransform()

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

Scales the local geometric transformation by the specified factors in the specified order.

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

Arguments

ParameterTypeDescription
sxfloatScale factor by which to perform scaling in in X-axis direction
syfloatScale factor by which to perform scaling in in Y-axis direction
orderDrawing2D::MatrixOrderSpecifies the order of the operation

See Also