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


In This Topic
    Measure(DrawTextArgs) Method
    In This Topic
    Determines the size of the text.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Measure( _
       ByVal args As DrawTextArgs _
    ) As SizeF
    'Usage
     
    
    Dim args As DrawTextArgs
    Dim value As SizeF
     
    value = TextHelper.Measure(args)
    public static SizeF Measure( 
       DrawTextArgs args
    )

    Parameters

    args
    Draw Text arguments
    See Also