ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetTypography Method / GetTypography(Int32) Method
The position of the text to inspect.

In This Topic
    GetTypography(Int32) Method
    In This Topic
    Gets the typography setting of the text at the specified position.
    Syntax
    'Declaration
     
    Public Overloads Function GetTypography( _
       ByVal currentPosition As System.Integer _
    ) As Typography
    public Typography GetTypography( 
       System.int currentPosition
    )

    Parameters

    currentPosition
    The position of the text to inspect.

    Return Value

    a reference to the current typography setting.
    See Also