Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / TextHelper Class / Draw Method / Draw(DrawTextArgs) Method
Draw Text arguments.


In This Topic
    Draw(DrawTextArgs) Method
    In This Topic
    Draws the text.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Draw( _
       ByVal args As DrawTextArgs _
    ) 
    'Usage
     
    
    Dim args As DrawTextArgs
     
    TextHelper.Draw(args)
    public static void Draw( 
       DrawTextArgs args
    )

    Parameters

    args
    Draw Text arguments.
    See Also