Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangle Structure / Scale Method


In This Topic
    Scale Method (NRectangle)
    In This Topic
    Scales the rectangle with the specified factors
    Syntax
    'Declaration
     
    
    Public Sub Scale( _
       ByVal scaleX As System.Integer, _
       ByVal scaleY As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NRectangle
    Dim scaleX As System.Integer
    Dim scaleY As System.Integer
     
    instance.Scale(scaleX, scaleY)
    public void Scale( 
       System.int scaleX,
       System.int scaleY
    )

    Parameters

    scaleX
    scaleY
    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