InlineObjectデータ型で公開されるメンバを以下の表に示します。
パブリック プロパティ
| 名前 | 解説 |
| Metrics | TextLayoutcalls this callback function to get the measurement of the inline object. |
| OverhangMetrics | TextLayout 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. |
| Shadow | Gets or sets the unmanaged shadow callback. C1.Util.DX.ICallbackableから継承されます。 |
トップ
パブリック メソッド
| 名前 | 解説 |
| Dispose | System.IDisposableから継承されます。 |
| Draw | The 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. |
| GetBreakConditions | Layout uses this to determine the line-breaking behavior of the inline object among the text. |
トップ
参照