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


In This Topic
    Scale Method (NMarginsF)
    In This Topic
    Scales the margins with the specified scale factor
    Syntax
    'Declaration
     
    
    Public Sub Scale( _
       ByVal scale As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NMarginsF
    Dim scale As System.Single
     
    instance.Scale(scale)
    public void Scale( 
       System.float scale
    )

    Parameters

    scale
    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