BulgeText Constructor (String, Font, Brush, PointF, Single)

Creates the BulgeText 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 BulgeText(
	string text,
	Font font,
	Brush color,
	PointF center,
	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.
center

Type: System.Drawing.PointF

Point specifying the center of the bulge text.
bend

Type: System.Single

Bend specifying how much the bulge text is bended.

See Also

Reference

Manual