Paints an image on the Canvas using the specified coordinates and dimensions.
Source position: lazcanvas.pas line 64
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. |