[]
Creates a new instance of InlineObject.
public InlineObject()
Creates a new instance of InlineObject.
public InlineObject(object obj, float width, float height)
| Type | Name | Description |
|---|---|---|
| object | obj | |
| float | width | |
| float | height |
Creates a new instance of InlineObject.
public InlineObject(object obj, float width, float height, TextFormat format)
| Type | Name | Description |
|---|---|---|
| object | obj | |
| float | width | |
| float | height | |
| TextFormat | format |
Creates a new instance of InlineObject.
public InlineObject(InlineObject source)
| Type | Name | Description |
|---|---|---|
| InlineObject | source |