[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides access to the raw image data for the image type.
Source position: graphics.pp line 1328
public property TRasterImage.RawImage : TRawImage |
RawImage is a read-only TRawImage property which provides access to the raw image data for the image type. It provides access to the raw image descriptor and pointers to the bytes values used in the Bitmap, Mask, and Palette for the image. The value for the property is captured using the pointer returned by the GetRawImagePtr method.
Always use BeginUpdate and EndUpate to surround any action which modifies member values in RawImage.
|
BeginUpdate - start the update process. |
|
|
EndUpdate - finishes the update process. |
|
Version 4.0 | Generated 2025-05-03 | Home |