Nevron.UI Namespace / NImageAndTextLayout Class / GetCombinedSize Method


GetCombinedSize Method
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)

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