Draw - copies bounds from SrcGraphic, then calls StretchDraw to perform the drawing.
Source position: graphics.pp line 1086
public procedure TCanvas.Draw( |
X: Integer; |
Y: Integer; |
SrcGraphic: TGraphic |
); virtual; |
|
StretchDraw - uses the Draw method of the source graphic ( TGraphic). |