[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextLayout.SetInlineObject

SetInlineObject Method

SetInlineObject(InlineObject, TextRange)

Sets the inline object.

Declaration
public void SetInlineObject(InlineObject inlineObject, TextRange textRange)
Parameters
Type Name Description
InlineObject inlineObject

An application-defined inline object.

TextRange textRange

Text range to which this change applies.

Remarks

The application may call this function to specify the set of properties describing an application-defined inline object for specific range. This inline object applies to the specified range and will be passed back to the application by way of the DrawInlineObject callback when the range is drawn. Any text in that range will be suppressed.