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

TCanvas.StretchDraw

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

Declaration

Source position: graphics.pp line 1088

public procedure TCanvas.StretchDraw(

  const DestRect: TRect;

  SrcGraphic: TGraphic

); virtual;

See also

TGraphic.Draw

  

Method to Draw the Graphic on the specified Canvas, in the specified Rectangle.