ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetInlineObject Method / GetInlineObject(Int32,TextRange) Method

In This Topic
    GetInlineObject(Int32,TextRange) Method
    In This Topic
    HRESULT IDWriteTextLayout::GetInlineObject([In] unsigned int currentPosition,[Out] IDWriteInlineObject** inlineObject,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
    Syntax
    'Declaration
     
    Public Overloads Function GetInlineObject( _
       ByVal currentPosition As Integer, _
       ByRef textRange As TextRange _
    ) As InlineObject
    public InlineObject GetInlineObject( 
       int currentPosition,
       out TextRange textRange
    )

    Parameters

    currentPosition
    textRange
    See Also