Nevron.Diagram Namespace / NLabel Class / GetWorldTextPaintInfo Method


GetWorldTextPaintInfo Method (NLabel)
Syntax
'Declaration
 
Public MustOverride Function GetWorldTextPaintInfo( _
   ByVal text As System.String, _
   ByRef info As NTextPaintInfo _
) As System.Boolean
 
'Usage
 
Dim instance As NLabel
Dim text As System.String
Dim info As NTextPaintInfo
Dim value As System.Boolean
 
value = instance.GetWorldTextPaintInfo(text, info)

Parameters

text
info
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