[Overview][Types][Classes][Index] |
Paints an image on the Canvas using the specified coordinates and dimensions.
Source position: lazcanvas.pas line 63
protected procedure TFPSharpInterpolation.Execute( |
x: Integer; |
y: Integer; |
w: Integer; |
h: Integer |
); override; |
x |
|
Horizontal coordinate. |
y |
|
Vertical coordinate. |
w |
|
Width for the output. |
h |
|
Height for the output. |
Version 4.0 | Generated 2025-05-03 | Home |