Nevron .NET Vision
Nevron.UI Namespace / NImageAndTextLayout Class / GetCombinedSize Method


In This Topic
    GetCombinedSize Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetCombinedSize( _
       ByVal imgSize As NSize, _
       ByVal txtSize As NSize, _
       ByVal spacing As System.Integer, _
       ByVal relation As ImageTextRelation _
    ) As NSize
    'Usage
     
    
    Dim instance As NImageAndTextLayout
    Dim imgSize As NSize
    Dim txtSize As NSize
    Dim spacing As System.Integer
    Dim relation As ImageTextRelation
    Dim value As NSize
     
    value = instance.GetCombinedSize(imgSize, txtSize, spacing, relation)
    protected virtual NSize GetCombinedSize( 
       NSize imgSize,
       NSize txtSize,
       System.int spacing,
       ImageTextRelation relation
    )

    Parameters

    imgSize
    txtSize
    spacing
    relation
    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