[]
Adds an inline object with specified dimensions to the end of the Inlines collection.
public InlineObject AppendInlineObject(object obj, float width, float height)
| Type | Name | Description |
|---|---|---|
| object | obj | The object to add. |
| float | width | The object's width. |
| float | height | The object's height. |
| Type | Description |
|---|---|
| InlineObject | The created InlineObject. |
Adds an inline object with specified dimensions and formatting to the end of the Inlines collection.
public InlineObject AppendInlineObject(object obj, float width, float height, TextFormat format)
| Type | Name | Description |
|---|---|---|
| object | obj | The object to add. |
| float | width | The object's width. |
| float | height | The object's height. |
| TextFormat | format | Formatting associated with the object. |
| Type | Description |
|---|---|
| InlineObject | The created InlineObject. |