Initializes a new instance of the PathText class with the specified settings.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PathText( string text, Font font, Brush brush, Path path, TextAlignment alignment )
Type: System.String
A string to draw.Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush
SolidBrush determining the color of the drawn text.Type: Aurigma.GraphicsMill.AdvancedDrawing.Path
Path specifying the curve along which the text locates.