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