Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NItemShape Class / MeasureTextFrame Method


In This Topic
    MeasureTextFrame Method
    In This Topic
    Measures the frame bounding the specified text info
    Syntax
    'Declaration
     
    
    Protected Function MeasureTextFrame( _
       ByVal context As NRenderingContext, _
       ByRef info As NItemTextInfo _
    ) As NRectangleF
    'Usage
     
    
    Dim instance As NItemShape
    Dim context As NRenderingContext
    Dim info As NItemTextInfo
    Dim value As NRectangleF
     
    value = instance.MeasureTextFrame(context, info)
    protected NRectangleF MeasureTextFrame( 
       NRenderingContext context,
       ref NItemTextInfo info
    )

    Parameters

    context
    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