This documentation is for the old version. Go to the latest Graphics Mill docs

TextVObject Constructor (String, PointF, String, Single)

Creates and initializes an instance of the TextVObject class using the specified settings.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub New ( _
	text As String, _
	location As PointF, _
	fontName As String, _
	fontSize As Single _
)
C#
public TextVObject(
	string text,
	PointF location,
	string fontName,
	float fontSize
)

Parameters

text

Type: System.String

A text string to display.
location

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.PointF

A location of the TextVObject.
fontName

Type: System.String

A font to render the text string.
fontSize

Type: System.Single

A size of the font.

See Also

Reference