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

PsdTextVObject Constructor (String, PointF, String, Single)

Creates and initializes an instance of the PsdTextVObject 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 PsdTextVObject(
       
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 PsdTextVObject.
fontName

Type: System.String

A font to render the text string.
fontSize

Type: System.Single

A size of the font.

See Also

Reference