Creates the BoundedText object at the specified location with the specified Font and SolidBrush 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 )
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 of the Rectangle, wherein the text will be drawn.Type: System.Single
The height of the Rectangle, wherein the text will be drawn.