PinchText Constructor (String, Font, Brush)

Creates the PinchText object with the specified Font and SolidBrush settings.

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

Syntax

C#
public PinchText(
	string text,
	Font font,
	Brush color
)

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.

See Also

Reference

Manual