ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Scale Method / Scale(Single,Single,TransformOrder) Method
The value by which to scale this Matrix in the x-axis direction.
The value by which to scale this Matrix in the y-axis direction.
A TransformOrder enumeration that specifies the order (append or prepend) in which the scaling is applied to this Matrix object.

In This Topic
    Scale(Single,Single,TransformOrder) Method
    In This Topic
    Applies the specified scale vector to this Matrix object by prepending the scale vector.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Scale( _
       ByVal scaleX As Single, _
       ByVal scaleY As Single, _
       ByVal order As TransformOrder _
    ) 
    public void Scale( 
       float scaleX,
       float scaleY,
       TransformOrder order
    )

    Parameters

    scaleX
    The value by which to scale this Matrix in the x-axis direction.
    scaleY
    The value by which to scale this Matrix in the y-axis direction.
    order
    A TransformOrder enumeration that specifies the order (append or prepend) in which the scaling is applied to this Matrix object.
    See Also