'Declaration Public MustOverride Function MeasureString( _
ByVal textA text of string to measure.As String _
) As Vintasoft.Primitives.VintasoftSizeF
public abstract Vintasoft.Primitives.VintasoftSizeF MeasureString(
string text
)
public: abstract Vintasoft.Primitives.VintasoftSizeF MeasureString(
string* text
)
public:
abstract Vintasoft.Primitives.VintasoftSizeF MeasureString(
string^ text
)
Parameters
- text
- A text of 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.