[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Measures the specified string when drawn with the specified Font [Property] Font=Sets the Font. ARG(Font)|15| Format=Sets a StringFormat that represents formatting information, such as line spacing, for the string. ARG(StringFormat)|20|(empty)|StringFormat Graphics=Sets the Graphics. ARG(Graphics)|20|(empty)|Graphics LayoutArea=Sets a SizeF structure that specifies the maximum layout area for the text. ARG(SizeF)|20|(empty)|SizeF Origin=Sets a PointF structure that represents the upper-left corner of the string. ARG(PointF)|20|(empty)|PointF Text=Sets a string to measure. ARG(string)|2| Width=Sets a maximum width of the string in pixels. ARG(int)|1|0 [Methods] doMeasureString=Measures the specified string when drawn with the specified Font. ARG(Graphics graphics, string text, Font font)|1|0 *doMeasureString2=Measures the specified string when drawn with the specified Font within the specified layout area. ARG(Graphics graphics, string text, Font font, SizeF layoutArea)|1|0 *doMeasureString3=Measures the specified string when drawn with the specified Font. ARG(Graphics graphics, string text, Font font, int width)|1|0 *doMeasureString4=Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat. ARG(Graphics graphics, string text, Font font, PointF origin, StringFormat format)|1|0 *doMeasureString5=Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat. ARG(Graphics graphics, string text, Font font, SizeF layoutArea, StringFormat format)|1|0 *doMeasureString6=Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat. ARG(Graphics graphics, string text, Font font, int width, StringFormat format)|1|0 *doMeasureString7=Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat. ARG(Graphics graphics, string text, Font font, SizeF layoutArea, StringFormat format, out int charactersFitted, out int linesFilled)|1|0 onResult=Occurs after invoke the method doMeasureString and returns the result. ARG(SizeF)|2|0 Result=Returns a SizeF structure that represents the size of the string, in the units specified by the PageUnit property. ARG(SizeF)|3|0 CharactersFitted=Returns a number of characters in the string. ARG(int)|3|1 LinesFilled=Returns a number of text lines in the string. ARG(int)|3|1 *layoutArea=Defines a SizeF structure that specifies the maximum layout area for the text. ARG(SizeF)|4|0 *width=Defines a maximum width of the string in pixels. ARG(int)|4|1 *origin=Defines a PointF structure that represents the upper-left corner of the string. ARG(PointF)|4|0 *format=Defines a StringFormat that represents formatting information, such as line spacing, for the string. ARG(StringFormat)|4|0 Graphics=Defines the Graphics. ARG(Graphics)|4|0 Text=Defines a string to measure. ARG(string)|4|2