Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NTabControl Class / ScaleSize Method


In This Topic
    ScaleSize Method (NTabControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function ScaleSize( _
       ByVal startSize As System.Drawing.Size, _
       ByVal x As System.Single, _
       ByVal y As System.Single _
    ) As System.Drawing.Size
    'Usage
     
    
    Dim instance As NTabControl
    Dim startSize As System.Drawing.Size
    Dim x As System.Single
    Dim y As System.Single
    Dim value As System.Drawing.Size
     
    value = instance.ScaleSize(startSize, x, y)
    internal System.Drawing.Size ScaleSize( 
       System.Drawing.Size startSize,
       System.float x,
       System.float y
    )

    Parameters

    startSize
    x
    y
    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