Click or drag to resize

DataWindow.Draw Method (Typed)

X#
Display a Draw object on this data window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Draw(
	oDrawObject
) AS USUAL CLIPPER
Request Example View Source

Parameters

oDrawObject (Optional)
Type: Usual
The object to be drawn.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
A Draw object is drawn by placing the device context or presentation space into the Draw object and then calling the Draw object's method Draw(). This is the only valid way of drawing a Draw object on a window.
See Also