[]
Initializes a new instance of the TextMapFragment class.
public TextMapFragment()
Public Sub New()
Initializes a new instance of the TextMapFragment
public TextMapFragment(TextLineFragment tlf)
Public Sub New(tlf As TextLineFragment)
Type | Name | Description |
---|---|---|
TextLineFragment | tlf | The TextLineFragment to add to TextMapFragment. |
Initializes a new instance of the TextMapFragment
public TextMapFragment(params TextLineFragment[] tlfs)
Public Sub New(ParamArray tlfs As TextLineFragment())
Type | Name | Description |
---|---|---|
TextLineFragment[] | tlfs | The array of TextLineFragment objects to add to TextMapFragment. |