Window.TextPrint Method | |
Display a given string on the window at a specified location using the current font and the current pen color.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD TextPrint(
cText,
oPoint
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual TextPrint(
Usual cText = default,
Usual oPoint = default
)
Request Example
View SourceParameters
- cText (Optional)
- Type: Usual
The string to be printed. - oPoint (Optional)
- Type: Usual
The position of the string's origin, in canvas coordinates.
Return Value
Type:
UsualSee Also