BoundedText Constructor (String, Font, RectangleF)

Creates the BoundedText object at the specified location with the specified Font.

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

Syntax

C#
public BoundedText(
	string text,
	Font font,
	RectangleF rectangle
)

Parameters

text

Type: System.String

A string to draw.
font

Type: Aurigma.GraphicsMill.AdvancedDrawing.Font

Defines the font characteristics of the text.
rectangle

Type: System.Drawing.RectangleF

Specifies Rectangle, wherein the text will be drawn.

See Also

Reference