Creates the BoundedText object with the specified settings.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public BoundedText( string text, Font font, Brush brush, float x, float y, float width, float height, TextAlignment alignment )
Type: System.String
A string to draw.Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush
SolidBrush determines the color of the drawn text.Type: System.Single
The x-coordinate of the Rectangle, wherein the text will be drawn.Type: System.Single
The y-coordinate of the Rectangle, wherein the text will be drawn.Type: System.Single
The width-coordinate of the Rectangle, wherein the text will be drawn.Type: System.Single
The height-coordinate of the Rectangle, wherein the text will be drawn.