Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCanvas.DoDraw

DoDraw checks that Image is of the right type, makes a local copy, creates the necessary handles and bitmaps for drawing.

Declaration

Source position: graphics.pp line 1036

protected procedure TCanvas.DoDraw(

  x: Integer;

  y: Integer;

  const Image: TFPCustomImage

); override;