ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Scale Method / Scale(Single,Single) 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.

In This Topic
    Scale(Single,Single) 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 _
    ) 
    public void Scale( 
       float scaleX,
       float scaleY
    )

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also