'Declaration Public Function MeasureString( _
ByVal textA text of string to measure.As TextFont, _
ByVal fontThe font, which should be used for measuring text.As String _
) As Vintasoft.Primitives.VintasoftSizeF
public Vintasoft.Primitives.VintasoftSizeF MeasureString(
TextFont text,
string font
)
public: Vintasoft.Primitives.VintasoftSizeF MeasureString(
TextFont* text,
string* font
)
public:
Vintasoft.Primitives.VintasoftSizeF MeasureString(
TextFont^ text,
string^ font
)
Parameters
- text
- A text of string to measure.
- font
- The font, which should be used for measuring text.
Return Value
Returns a VintasoftSizeF structure that represents the size of the string specified by the text parameter as drawn with this font.