[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Allows you to draw a bitmap, stretched or shrunken from its original size
Source position: fpg_base.pas line 386
public procedure TfpgCanvasBase.StretchDraw( |
x: TfpgCoord; |
y: TfpgCoord; |
w: TfpgCoord; |
h: TfpgCoord; |
ASource: TfpgImageBase |
); |
Allows you to draw a bitmap, stretched or shrunken from its original size. Default interpolation is TfpgMitchelInterpolation, but others (found in fpg_extinterpolation.pas) can be used too, by using the InterpolationFilter property of the Canvas.