PathBoundedText Constructor (String, Font, Brush)

Creates the PathBoundedText object with the specified Font and SolidBrush settings.

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

Syntax

C#
public PathBoundedText(
	string text,
	Font font,
	Brush brush
)

Parameters

text

Type: System.String

A string to draw.
font

Type: Aurigma.GraphicsMill.AdvancedDrawing.Font

Font characteristics of the text.
brush

Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush

SolidBrush determinies the color of the drawn text.

See Also

Reference