TdxCustomOrgChart.PaintContentTo(TCanvas,Integer,Integer) Method
Paints the control’s content on the specified canvas.
Declaration
procedure PaintContentTo(ACanvas: TCanvas; X: Integer; Y: Integer);
Parameters
Name | Type |
---|---|
ACanvas | TCanvas |
X | Integer |
Y | Integer |
Remarks
Call this procedure to display the content on a canvas passed as the ACanvas parameter.
See Also