[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TCanvas.Draw

Draw - copies bounds from SrcGraphic, then calls StretchDraw to perform the drawing

Declaration

Source position: graphics.pp line 1096

public procedure TCanvas.Draw(

  X: Integer;

  Y: Integer;

  SrcGraphic: TGraphic

); virtual;

See also

TFPCustomCanvas.Draw

TCanvas.StretchDraw

  

StretchDraw - uses the Draw method of the source graphic ( TGraphic)

The latest version of this document can be found at lazarus-ccr.sourceforge.net.