Creates the BoundedText object at the specified location with the specified alignement.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public BoundedText( string text, Font font, Brush brush, RectangleF rectangle, TextAlignment alignment )
Type: System.String
A string to draw.Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush
SolidBrush determines the color of the drawn text.Type: System.Drawing.RectangleF
Specifies Rectangle, wherein the text will be drawn.