ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Scale Method / Scale(Single) Method

In This Topic
    Scale(Single) Method
    In This Topic
    Creates a scale transformation matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Scale( _
       ByVal scale As System.Single _
    ) As Matrix3x2
    public static Matrix3x2 Scale( 
       System.float scale
    )

    Parameters

    scale
    See Also