TextShape

TextShape constructor (1 of 2)

Initializes a new instance of the TextShape class.

public TextShape()

See Also


TextShape constructor (2 of 2)

Initializes a new instance of the TextShape class.

public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat)
ParameterTypeDescription
textStringThe text to draw.
rectangleRectangleFThe text rectangle.
fontFontThe font to use.
stringFormatStringFormatThe string format.

See Also