Initializes a new instance of the ArtText class with the given string, font, and central point.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing.Art
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
protected ArtText( string text, Font font, PointF center )
Type: System.String
A text string.Type: Aurigma.GraphicsMill.AdvancedDrawing.Font
Font defining the font characteristics of the text.Type: System.Drawing.PointF
PointF structure that specifies the center of the art text.