Window.Draw Method (Typed) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Draw(
Usual oDrawObject = default
)
Request Example
View SourceParameters
- oDrawObject (Optional)
- Type: Usual
The object to be drawn, or the array of objects to be drawn.
Return Value
Type:
UsualRemarks
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