ValleyText Constructor (String, Font, PointF)

Creates the ValleyText object at the specified location with the specified Font.

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

Syntax

C#
public ValleyText(
	string text,
	Font font,
	PointF center
)

Parameters

text

Type: System.String

A string to draw.
font

Type: Aurigma.GraphicsMill.AdvancedDrawing.Font

Font defining the font characteristics of the text.
center

Type: System.Drawing.PointF

Point specifying the center of the valley text.

See Also

Reference

Manual