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)
Public Sub New ( _ text As String, _ location As PointF, _ fontName As String, _ fontSize As Single _ )
Type: System.String
A text string to display.Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.PointF
A location of the PsdTextVObject.Type: System.String
A font to render the text string.Type: System.Single
A size of the font.