ArtText Constructor (String, Font, PointF)

Initializes a new instance of the ArtText class with the given string, font, and central point.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing.Art
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
protected ArtText(
	string text,
	Font font,
	PointF center
)

Parameters

text

Type: System.String

A text string.
font

Type: Aurigma.GraphicsMill.AdvancedDrawing.Font

Font defining the font characteristics of the text.
center

Type: System.Drawing.PointF

PointF structure that specifies the center of the art text.

See Also

Reference