BridgeText Constructor (String, Font, Single, Single, Single)

Creates the BridgeText 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 BridgeText(
	string text,
	Font font,
	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.
x

Type: System.Single

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

Type: System.Single

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

Type: System.Single

Bend specifying how much the bridge text is bended.

See Also

Reference

Manual