DoDraw checks that Image is of the right type, makes a local copy, creates the necessary handles and bitmaps for drawing.
Source position: graphics.pp line 1036
protected procedure TCanvas.DoDraw( |
x: Integer; |
y: Integer; |
const Image: TFPCustomImage |
); override; |