Creates the WedgeText object at the specified location with the specified settings.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing.Art
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public WedgeText( string text, Font font, float x, float y, float leftScale, float rightScale, float tilt )
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 wedge text's Center.Type: System.Single
The y-coordinate of the wedge text's Center.Type: System.Single
LeftScale scales the left edge of the text.Type: System.Single
RightScale scales the right edge of the text.Type: System.Single
RightScale scales the right edge of the text.