Nevron .NET Vision
Nevron.GraphicsGL Namespace / GLDevice2D Class / MeasureString Method / MeasureString(String) Method


In This Topic
    MeasureString(String) Method
    In This Topic
    Measures the specified string when drawn with the active font style.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function MeasureString( _
       ByVal s As System.String _
    ) As NSizeF
    'Usage
     
    
    Dim instance As GLDevice2D
    Dim s As System.String
    Dim value As NSizeF
     
    value = instance.MeasureString(s)
    public override NSizeF MeasureString( 
       System.string s
    )

    Parameters

    s
    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