Window.SizeText Method | |
Determine the space needed to print a string on the window in the current font.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SizeText(
cTextToSize
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SizeText(
Usual cTextToSize = default
)
Request Example
View SourceParameters
- cTextToSize (Optional)
- Type: Usual
The string to be printed.
Return Value
Type:
Usual
A dimension representing the space required to print the string on this window using the current font.
See Also