ComponentOne Bitmap for WPF
InlineObject Interface Members
Properties  Methods 

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace : InlineObject Interface

The following tables list the members exposed by InlineObject.

Public Properties
 NameDescription
 PropertyTextLayout calls this callback function to get the measurement of the inline object.  
 PropertyTextLayout calls this callback function to get the visible extents (in DIPs) of the inline object. In the case of a simple bitmap, with no padding and no overhang, all the overhangs will simply be zeroes.  
 PropertyGets or sets the unmanaged shadow callback. (Inherited from C1.Util.DX.ICallbackable)
Top
Public Methods
 NameDescription
 Method (Inherited from System.IDisposable)
 MethodThe application implemented rendering callback (TextRenderer.DrawInlineObject) can use this to draw the inline object without needing to cast or query the object type. The text layout does not call this method directly.  
 MethodLayout uses this to determine the line-breaking behavior of the inline object among the text.  
Top
See Also

Reference

InlineObject Interface
C1.Util.DX.DirectWrite Namespace