'Declaration Public Overrides Function MeasureString( _
ByVal textA text string to measure.As String _
) As Vintasoft.Primitives.VintasoftSizeF
public override Vintasoft.Primitives.VintasoftSizeF MeasureString(
string text
)
public: Vintasoft.Primitives.VintasoftSizeF MeasureString(
string* text
); override
public:
Vintasoft.Primitives.VintasoftSizeF MeasureString(
string^ text
); override
Parameters
- text
- A text string to measure.
Return Value
Returns a VintasoftSizeF structure that represents the size of the string specified by the text parameter as drawn with this font.