Sets a value in the indexed Pixels property.
Source position: graphics.pp line 1087
protected procedure TCanvas.SetPixel( |
X: Integer; |
Y: Integer; |
Value: TColor |
); virtual; |
X |
|
Horizontal canvas coordinate for the pixel. |
Y |
|
Vertical canvas coordinate for the pixel. |
Value |
|
New value for the indexed property. |
|
The color of the Pixels located at the specified position. |
| Version 4.4 | Generated 2025-11-08 | Home |