Creates the DoublePathText object with the specified settings.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public DoublePathText( string text, Font font, Brush brush, Path bottomPath, Path topPath, MainPath baselinePath )
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
BottomPath specifying the curve along which the bottom line of the text locates.Type: Aurigma.GraphicsMill.AdvancedDrawing.Path
TopPath specifying the curve along which the top line of the text locates.