TdxTreeViewNodeViewInfo.DrawImage(TcxCanvas) Method
In This Article
Draws the node’s main image on the specified canvas.
#Declaration
Delphi
procedure DrawImage(ACanvas: TcxCanvas); virtual;
#Parameters
Name | Type | Description |
---|---|---|
ACanvas | Tcx |
The specified canvas. |
See Also