TextShape

TextShape()

初始化TextShape类.

public TextShape()

也可以看看


TextShape(string, RectangleF, Font, StringFormat)

初始化TextShape类.

public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat)
范围类型描述
textString要绘制的文本。
rectangleRectangleF文本矩形。
fontFont要使用的字体。
stringFormatStringFormat字符串格式。

也可以看看