Nevron.UI Namespace / NImageAndTextLayout Class / GetAvailableTextBounds Method


GetAvailableTextBounds Method
Syntax
'Declaration
 
Protected Overridable Function GetAvailableTextBounds( _
   ByVal item As NImageAndTextItem, _
   ByVal display As NRectangle, _
   ByVal imageSize As NSize, _
   ByVal relation As ImageTextRelation, _
   ByVal space As System.Integer _
) As NRectangle
 
'Usage
 
Dim instance As NImageAndTextLayout
Dim item As NImageAndTextItem
Dim display As NRectangle
Dim imageSize As NSize
Dim relation As ImageTextRelation
Dim space As System.Integer
Dim value As NRectangle
 
value = instance.GetAvailableTextBounds(item, display, imageSize, relation, space)

Parameters

item
display
imageSize
relation
space
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