ShowText.ShowText

ShowText(int, string)

Initializes Tj opearor.

public ShowText(int index, string text)
ParameterTypeDescription
indexInt32Index of operator in operators list.
textStringargument of the operator.

See Also


ShowText(string)

Initializes Tj operator.

public ShowText(string text)
ParameterTypeDescription
textStringargument of the operator.

See Also


ShowText(string, Font)

Initializes Tj opearor.

public ShowText(string text, Font font)
ParameterTypeDescription
textStringtext to add.
fontFontfont that is used to draw the text.

See Also


ShowText()

Initializes Tj operator.

public ShowText()

See Also