[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a very sharp and square interpolation.
Source position: lazcanvas.pas line 61
type TFPSharpInterpolation = class(TFPCustomInterpolation) |
||
protected |
||
procedure Execute(); override; |
|
Paints an image on the Canvas using the specified coordinates and dimensions. |
end; |
|
Implements a very sharp and square interpolation. |
|
| | ||
TFPCustomInterpolation |
||
? | ||
TObject |
TFPSharpInterpolation implements a very sharp and square interpolation for stretching, similar to StretchBlt from the Windows API.
Version 4.0 | Generated 2025-05-03 | Home |