Creates the RoundText object at the specified location with the specified Font and Bend settings.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing.Art
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public RoundText( string text, Font font, float x, float y, float bend )
Type: System.String
A string to draw.Type: Aurigma.GraphicsMill.AdvancedDrawing.Font
Font defining the font characteristics of the text.Type: System.Single
The x-coordinate of the round text's Center.Type: System.Single
The y-coordinate of the round text's Center.Type: System.Single
Bend specifying how much the text is rounded.