[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws the specified text string at the specified location with the specified Brush and Font objects. [Property] Graphics=Sets the Graphics to draw a string. ARG(Graphics)|20|(empty)|Graphics Brush=Sets the brush that determines the color and texture of the drawn text. ARG(Brush))|20|(empty)|Brush Font=Sets the font that defines the text format of the string. ARG(Font)|15| Text=Sets a string to draw. ARG(string)|2| Format=Sets a StringFormat that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. ARG(StringFormat)|20|(empty)|StringFormat LayoutRectangle=Sets a RectangleF structure that specifies the location of the drawn text. ARG(RectangleF)|20|(empty)|RectangleF Point=Sets a PointF structure that specifies the upper-left corner of the drawn text. ARG(PointF)|20|(empty)|PointF X=Sets the x-coordinate of the upper-left corner of the drawn text. ARG(float)|2| Y=Sets the y-coordinate of the upper-left corner of the drawn text. ARG(float)|2| [Methods] doDrawString=Draws the specified text string at the specified location with the specified Brush and Font objects. ARG(string text, Font font, Brush brush, float x, float y)|1|0 *doDrawString2=Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. ARG(string text, Font font, Brush brush, float x, float y, StringFormat format)|1|0 *doDrawString3=Draws the specified text string in the specified rectangle with the specified Brush and Font objects. ARG(string text, Font font, Brush brush, RectangleF layoutRectangle)|1|0 *doDrawString4=Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. ARG(string text, Font font, Brush brush, PointF point, StringFormat format)|1|0 *doDrawString5=Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. ARG(string text, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)|1|0 *doDrawString6=Draws the specified text string at the specified location with the specified Brush and Font objects. ARG(string text, Font font, Brush brush, PointF point)|1|0 Graphics=Defines the Graphics to draw a string. ARG(Graphics)|4|0 Brush=Defines the brush that determines the color and texture of the drawn text. ARG(Brush))|4|0 *point=Defines a PointF structure that specifies the upper-left corner of the drawn text. ARG(PointF)|4|0 *layoutRectangle=Defines a RectangleF structure that specifies the location of the drawn text. ARG(RectangleF)|4|0 *format=Defines a StringFormat that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. ARG(StringFormat)|4|0 *x=Defines the x-coordinate of the upper-left corner of the drawn text. ARG(float)|4|7 *y=Defines the y-coordinate of the upper-left corner of the drawn text. ARG(float)|4|7 Text=Defines a string to draw. ARG(string)|4|2 Font=Defines the font that defines the text format of the string. ARG(Font)|4|0