Creates the WedgeText object at the specified location with the specified Font.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing.Art
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public WedgeText( string text, Font font, PointF center )
Type: System.String
A string to draw.Type: Aurigma.GraphicsMill.AdvancedDrawing.Font
Font defining the font characteristics of the text.Type: System.Drawing.PointF
Point specifying the center of the wedge text.