Returns the affine Matrix of the scale transform.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Matrix CreateScale( float dx, float dy )
Type: System.Single
The value to scale horizontally.Type: System.Single
The value to scale vertically.