Unit 'LazCanvas' Package
[Overview][Types][Classes][Index] [#lcl]

TFPSharpInterpolation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements a very sharp and square interpolation.

Declaration

Source position: lazcanvas.pas line 62

type TFPSharpInterpolation = class(TFPCustomInterpolation)

protected

  procedure Execute(); override;

  

Paints an image on the Canvas using the specified coordinates and dimensions.

end;

Inheritance

TFPSharpInterpolation

  

Implements a very sharp and square interpolation.

|

TObject

Description

TFPSharpInterpolation implements a very sharp and square interpolation for stretching, similar to StretchBlt from the Windows API.