Nevron.Diagram Namespace / INWorldText Interface / GetWorldTextPaintInfo Method


In This Topic
    GetWorldTextPaintInfo Method (INWorldText)
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetWorldTextPaintInfo( _
       ByVal text As System.String, _
       ByRef info As NTextPaintInfo _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INWorldText
    Dim text As System.String
    Dim info As NTextPaintInfo
    Dim value As System.Boolean
     
    value = instance.GetWorldTextPaintInfo(text, info)
    System.bool GetWorldTextPaintInfo( 
       System.string text,
       out NTextPaintInfo 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