TdxCustomOrgChart.DefaultDrawNode(TdxOcNode,TCanvas,TRect) Method
In This Article
Performs the node content’s default painting.
#Declaration
#Parameters
Name | Type |
---|---|
Node | Tdx |
ACanvas | TCanvas |
R | TRect |
#Remarks
This procedure supports the internal infrastructure and is not intended to be used directly in your code.
The Node parameter specifies the painted node.
The ACanvas parameter specifies the drawing surface.
The R parameter specifies the node’s bounding rectangle.
See Also