Nevron.GraphicsCore Namespace / NGraphicsVector Class / ScaleTransform Method


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