Nevron .NET Vision
Nevron.Diagram Namespace / NFrameDecoratorHeader Class / GetWorldTextPaintInfo Method
text for which to obtain paint info
result paint info


In This Topic
    GetWorldTextPaintInfo Method (NFrameDecoratorHeader)
    In This Topic
    Obtains text paint info in world coordinates
    Syntax
    'Declaration
     
    
    Public Overridable Function GetWorldTextPaintInfo( _
       ByVal text As System.String, _
       ByRef info As NTextPaintInfo _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NFrameDecoratorHeader
    Dim text As System.String
    Dim info As NTextPaintInfo
    Dim value As System.Boolean
     
    value = instance.GetWorldTextPaintInfo(text, info)
    public virtual System.bool GetWorldTextPaintInfo( 
       System.string text,
       out NTextPaintInfo info
    )

    Parameters

    text
    text for which to obtain paint info
    info
    result paint info

    Return Value

    true if paint info was successfully obtained, otherwise false
    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