ComponentOne Bitmap for UWP
GetInlineObject(Int32) Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > GetInlineObject Method : GetInlineObject(Int32) Method
The specified text position.
Gets the inline object at the specified position.
Syntax
'Declaration
 
Public Overloads Function GetInlineObject( _
   ByVal currentPosition As System.Integer _
) As InlineObject
public InlineObject GetInlineObject( 
   System.int currentPosition
)

Parameters

currentPosition
The specified text position.

Return Value

an application-defined inline object.
See Also

Reference

TextLayout Class
TextLayout Members
Overload List