InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Drawing Namespace / StringRendererGDI Class / MeasureSubstring Method / MeasureSubstring(Graphics,Font,TextFormatFlags,Rectangle,String,Int32,Int32) Method

In This Topic
    MeasureSubstring(Graphics,Font,TextFormatFlags,Rectangle,String,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function MeasureSubstring( _
       ByVal graphics As Graphics, _
       ByVal font As Font, _
       ByVal textFormatFlags As TextFormatFlags, _
       ByVal bounds As Rectangle, _
       ByVal text As String, _
       ByVal substringStartIndex As Integer, _
       ByVal substringLength As Integer _
    ) As Rectangle()
    public static Rectangle[] MeasureSubstring( 
       Graphics graphics,
       Font font,
       TextFormatFlags textFormatFlags,
       Rectangle bounds,
       string text,
       int substringStartIndex,
       int substringLength
    )

    Parameters

    graphics
    font
    textFormatFlags
    bounds
    text
    substringStartIndex
    substringLength
    See Also