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

Creates the WedgeText object at the specified location with the specified Font and SolidBrush 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
)

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.

See Also

Reference

Manual