PathText Constructor (String, Font, Brush, Path, TextAlignment)

Initializes a new instance of the PathText class with the specified settings.

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

Syntax

C#
public PathText(
	string text,
	Font font,
	Brush brush,
	Path path,
	TextAlignment alignment
)

Parameters

text

Type: System.String

A string to draw.
font

Type: Aurigma.GraphicsMill.AdvancedDrawing.Font

Defines the font characteristics of the text.
brush

Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush

SolidBrush determining the color of the drawn text.
path

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

Path specifying the curve along which the text locates.
alignment

Type: Aurigma.GraphicsMill.AdvancedDrawing.TextAlignment

Specifies alignment of the text.

See Also

Reference