Nevron .NET Vision
Nevron.GraphicsCore Namespace / INTransoformableDevice Interface / ScaleTransform Method


In This Topic
    ScaleTransform Method (INTransoformableDevice)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub ScaleTransform( _
       ByVal sx As System.Single, _
       ByVal sy As System.Single _
    ) 
    'Usage
     
    
    Dim instance As INTransoformableDevice
    Dim sx As System.Single
    Dim sy As System.Single
     
    instance.ScaleTransform(sx, sy)
    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