TextLayer.UpdateText

UpdateText(string)

Updates the text.

public void UpdateText(string text)
ParameterTypeDescription
textStringThe text value.

See Also


UpdateText(string, float)

Updates the text.

public void UpdateText(string text, float fontSize)
ParameterTypeDescription
textStringThe text value.
fontSizeSingleSize of the font.

See Also


UpdateText(string, Color)

Updates the text.

public void UpdateText(string text, Color color)
ParameterTypeDescription
textStringThe text value.
colorColorThe color value.

See Also


UpdateText(string, float, Color)

Updates the text.

public void UpdateText(string text, float fontSize, Color color)
ParameterTypeDescription
textStringThe text value.
fontSizeSingleSize of the font.
colorColorThe color value.

See Also


UpdateText(string, Point, float)

Updates the text.

public void UpdateText(string text, Point leftTopCoordinate, float fontSize)
ParameterTypeDescription
textStringThe text value.
leftTopCoordinatePointThe left top coordinate.
fontSizeSingleSize of the font.

See Also


UpdateText(string, Point, Color)

Updates the text.

public void UpdateText(string text, Point leftTopCoordinate, Color color)
ParameterTypeDescription
textStringThe text value.
leftTopCoordinatePointThe left top coordinate.
colorColorThe color value.

See Also


UpdateText(string, Point)

Updates the text.

public void UpdateText(string text, Point leftTopCoordinate)
ParameterTypeDescription
textStringThe text value.
leftTopCoordinatePointThe left top coordinate.

See Also


UpdateText(string, Point, float, Color)

Updates the text.

public void UpdateText(string text, Point leftTopCoordinate, float fontSize, Color color)
ParameterTypeDescription
textStringThe text value.
leftTopCoordinatePointThe left top coordinate.
fontSizeSingleSize of the font.
colorColorThe color value.

See Also