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