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