Window.TextPrint Method (Typed) | |
Display a given string on the window at a specified location using the current font and the current pen color.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD TextPrint(
cText AS STRING,
oPoint AS Point
) AS VOID
public virtual void TextPrint(
string cText,
Point oPoint
)
Request Example
View SourceParameters
- cText
- Type: String
The string to be printed. - oPoint
- Type: Point
The position of the string's origin, in canvas coordinates.
See Also