Creates and initializes a new text v-object using the specified settings.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub New ( _ text As String, _ fontName As String, _ fontSize As Single, _ bounds As RectangleF _ )
public TextVObject( string text, string fontName, float fontSize, RectangleF bounds )
Type: System.String
A text string to display.Type: System.String
A font to render the text string.Type: System.Single
A size of the font.