DoublePathText Constructor (String, Font, Brush, Path, Path, MainPath, TextAlignment)

Creates the DoublePathText object with the specified settings.

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

Syntax

C#
public DoublePathText(
	string text,
	Font font,
	Brush brush,
	Path bottomPath,
	Path topPath,
	MainPath baselinePath,
	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.
bottomPath

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

BottomPath specifying the curve along which the bottom line of the text locates.
topPath

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

TopPath specifying the curve along which the top line of the text locates.
baselinePath

Type: Aurigma.GraphicsMill.AdvancedDrawing.MainPath

Specifies along which curve the text should be aligned.
alignment

Type: Aurigma.GraphicsMill.AdvancedDrawing.TextAlignment

Specifies alignment of the text.

See Also

Reference