Nevron.Diagram Namespace / INDeviceText Interface / GetDeviceTextPaintInfo Method


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