Applies a scale affine transform to the matrix.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Scale ( _ scaleX As Single, _ scaleY As Single, _ order As MatrixOrder _ )
public void Scale( float scaleX, float scaleY, MatrixOrder order )
Type: System.Single
The value to scale the matrix horizontally.Type: System.Single
The value to scale the matrix vertically.