Nevron.UI Namespace / NImageAndTextLayout Class / GetImageBounds Method


GetImageBounds Method (NImageAndTextLayout)
Syntax
'Declaration
 
Protected Overridable Function GetImageBounds( _
   ByVal item As NImageAndTextItem, _
   ByVal rtl As System.Windows.Forms.RightToLeft, _
   ByVal img As System.Drawing.Image, _
   ByVal display As NRectangle, _
   ByVal combined As NRectangle, _
   ByVal imageSize As NSize, _
   ByVal useCombined As System.Boolean _
) As NRectangle
 
'Usage
 
Dim instance As NImageAndTextLayout
Dim item As NImageAndTextItem
Dim rtl As System.Windows.Forms.RightToLeft
Dim img As System.Drawing.Image
Dim display As NRectangle
Dim combined As NRectangle
Dim imageSize As NSize
Dim useCombined As System.Boolean
Dim value As NRectangle
 
value = instance.GetImageBounds(item, rtl, img, display, combined, imageSize, useCombined)

Parameters

item
rtl
img
display
combined
imageSize
useCombined
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