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

Creates the WedgeText object at the specified location with the specified settings.

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

Syntax

C#
public WedgeText(
	string text,
	Font font,
	Brush color,
	float x,
	float y,
	float leftScale,
	float rightScale,
	float tilt
)

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 wedge text's Center.
y

Type: System.Single

The y-coordinate of the wedge text's Center.
leftScale

Type: System.Single

LeftScale scales the left edge of the text.
rightScale

Type: System.Single

RightScale scales the right edge of the text.
tilt

Type: System.Single

Tilt specifies the extent of the text.

See Also

Reference

Manual