RoundText Constructor (String, Font, PointF, Single)

Creates the RoundText object at the specified location with the specified Font and Bend settings.

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

Syntax

C#
public RoundText(
	string text,
	Font font,
	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.
center

Type: System.Drawing.PointF

Point specifying the center of the rounded text.
bend

Type: System.Single

Bend specifying how much the text is rounded.

See Also

Reference

Manual