ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetFontStretch Method / GetFontStretch(Int32,TextRange) Method

In This Topic
    GetFontStretch(Int32,TextRange) Method
    In This Topic
    HRESULT IDWriteTextLayout::GetFontStretch([In] unsigned int currentPosition,[Out] DWRITE_FONT_STRETCH* fontStretch,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
    Syntax
    'Declaration
     
    Public Overloads Function GetFontStretch( _
       ByVal currentPosition As System.Integer, _
       ByRef textRange As TextRange _
    ) As FontStretch
    public FontStretch GetFontStretch( 
       System.int currentPosition,
       out TextRange textRange
    )

    Parameters

    currentPosition
    textRange
    See Also