ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Scale Method / Scale(Single,Single,Point2F) Method

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

    Parameters

    xScale
    yScale
    center
    See Also