[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the PixelFormat property.
Source position: graphics.pp line 1290
protected procedure TRasterImage.SetPixelFormat( |
AValue: TPixelFormat |
); virtual; abstract; |
AValue |
|
New value for the property. |
Defined as an abstract virtual method. Must be implemented in a descendent class to use the storage format supported for a specific image format.
|
Storage format for the Pixels in the Image. |
Version 4.0 | Generated 2025-05-03 | Home |