[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorText.-ctor

C1AnchorText Constructor

C1AnchorText()

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText()
Public Sub New()

C1AnchorText(string)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name)
Public Sub New(name As String)
Parameters
Type Name Description
string name

The anchor's name.

C1AnchorText(string, string)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, string description)
Public Sub New(name As String, description As String)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

C1AnchorText(string, string, object)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, string description, object userData)
Public Sub New(name As String, description As String, userData As Object)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

object userData

Arbitrary user data.

C1AnchorText(string, int)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, int position)
Public Sub New(name As String, position As Integer)
Parameters
Type Name Description
string name

The anchor's name.

int position

The position within the text.

C1AnchorText(string, string, int)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, string description, int position)
Public Sub New(name As String, description As String, position As Integer)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

int position

The position within the text.

C1AnchorText(string, string, object, int)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, string description, object userData, int position)
Public Sub New(name As String, description As String, userData As Object, position As Integer)
Parameters
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.