[]
Initializes a new instance of the C1AnchorText class.
public C1AnchorText()
Initializes a new instance of the C1AnchorText class.
public C1AnchorText(string name)
Type | Name | Description |
---|---|---|
string | name | The anchor's name. |
Initializes a new instance of the C1AnchorText class.
public C1AnchorText(string name, string description)
Type | Name | Description |
---|---|---|
string | name | The anchor's name. |
string | description | The anchor's description. |
Initializes a new instance of the C1AnchorText class.
public C1AnchorText(string name, string description, object userData)
Type | Name | Description |
---|---|---|
string | name | The anchor's name. |
string | description | The anchor's description. |
object | userData | Arbitrary user data. |
Initializes a new instance of the C1AnchorText class.
public C1AnchorText(string name, int position)
Type | Name | Description |
---|---|---|
string | name | The anchor's name. |
int | position | The position within the text. |
Initializes a new instance of the C1AnchorText class.
public C1AnchorText(string name, string description, int position)
Type | Name | Description |
---|---|---|
string | name | The anchor's name. |
string | description | The anchor's description. |
int | position | The position within the text. |
Initializes a new instance of the C1AnchorText class.
public C1AnchorText(string name, string description, object userData, int position)
Type | Name | Description |
---|---|---|
string | name | The anchor's name. |
string | description | The anchor's description. |
object | userData | Arbitrary user data. |
int | position | The position within the text. |