Click or drag to resize

Window.Draw Method (Typed)

X#
Display a Draw object on this 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, or the array of objects to be drawn.

Return Value

Type: Usual
Remarks
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