ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1MaskedTextBox Class / GetRectFromCharacterIndex Method

In This Topic
    GetRectFromCharacterIndex Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetRectFromCharacterIndex( _
       ByVal charIndex As System.Integer, _
       ByVal trailingEdge As System.Boolean _
    ) As Windows.Foundation.Rect
    public Windows.Foundation.Rect GetRectFromCharacterIndex( 
       System.int charIndex,
       System.bool trailingEdge
    )

    Parameters

    charIndex
    trailingEdge
    See Also