TextLayer.UpdateText

UpdateText(string)

テキストを更新します。

public void UpdateText(string text)
パラメータタイプ説明
textStringテキスト値。

関連項目


UpdateText(string, float)

テキストを更新します。

public void UpdateText(string text, float fontSize)
パラメータタイプ説明
textStringテキスト値。
fontSizeSingleフォントのサイズ。

関連項目


UpdateText(string, Color)

テキストを更新します。

public void UpdateText(string text, Color color)
パラメータタイプ説明
textStringテキスト値。
colorColor色の値。

関連項目


UpdateText(string, float, Color)

テキストを更新します。

public void UpdateText(string text, float fontSize, Color color)
パラメータタイプ説明
textStringテキスト値。
fontSizeSingleフォントのサイズ。
colorColor色の値。

関連項目


UpdateText(string, Point, float)

テキストを更新します。

public void UpdateText(string text, Point leftTopCoordinate, float fontSize)
パラメータタイプ説明
textStringテキスト値。
leftTopCoordinatePoint左上の座標。
fontSizeSingleフォントのサイズ。

関連項目


UpdateText(string, Point, Color)

テキストを更新します。

public void UpdateText(string text, Point leftTopCoordinate, Color color)
パラメータタイプ説明
textStringテキスト値。
leftTopCoordinatePoint左上の座標。
colorColor色の値。

関連項目


UpdateText(string, Point)

テキストを更新します。

public void UpdateText(string text, Point leftTopCoordinate)
パラメータタイプ説明
textStringテキスト値。
leftTopCoordinatePoint左上の座標。

関連項目


UpdateText(string, Point, float, Color)

テキストを更新します。

public void UpdateText(string text, Point leftTopCoordinate, float fontSize, Color color)
パラメータタイプ説明
textStringテキスト値。
leftTopCoordinatePoint左上の座標。
fontSizeSingleフォントのサイズ。
colorColor色の値。

関連項目