Applies a scale affine transform to the matrix.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Single
The value to scale the matrix horizontally.Type: System.Single
The value to scale the matrix vertically.Internally the scaling is applied by multiplying this instance of the matrix by the affine matrix of scale. Left-sided multiplication is made. If you need to make right-sided multiplication, you can use an overloaded version of this method which enables to specify a matrix order.