C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetInlineObject Method / GetInlineObject(Int32) Method
The specified text position.

In This Topic
GetInlineObject(Int32) Method
In This Topic
Gets the inline object at the specified position.
Syntax
'Declaration
 
Public Overloads Function GetInlineObject( _
   ByVal currentPosition As System.Integer _
) As InlineObject
 

Parameters

currentPosition
The specified text position.

Return Value

an application-defined inline object.
See Also