ValleyText Constructor (String, Font, Brush, Single, Single, Single)

Creates the ValleyText object at the specified location with the specified Font, SolidBrush, and Bend settings.

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

Syntax

C#
public ValleyText(
	string text,
	Font font,
	Brush color,
	float x,
	float y,
	float bend
)

Parameters

text

Type: System.String

A string to draw.
font

Type: Aurigma.GraphicsMill.AdvancedDrawing.Font

Font defining the font characteristics of the text.
color

Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush

SolidBrush determining the color of the drawn text.
x

Type: System.Single

The x-coordinate of the valley text's Center.
y

Type: System.Single

The y-coordinate of the valley text's Center.
bend

Type: System.Single

Bend specifying how much the valley text is bended.

See Also

Reference

Manual