Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphics Class / ScaleTransform Method


In This Topic
    ScaleTransform Method (NGraphics)
    In This Topic
    Applies the specified scaling operation to the transformation matrix of this Graphics object by prepending it to the object's transformation matrix.
    Syntax
    'Declaration
     
    
    Public Sub ScaleTransform( _
       ByVal sx As System.Single, _
       ByVal sy As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NGraphics
    Dim sx As System.Single
    Dim sy As System.Single
     
    instance.ScaleTransform(sx, sy)
    public void ScaleTransform( 
       System.float sx,
       System.float sy
    )

    Parameters

    sx
    sy
    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