Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMargins Structure / Scale Method


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

    Parameters

    scale
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also