[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Internal representation of color data of the image
Source position: fpg_base.pas line 256
public property TfpgImageBase.ImageData : pointer |
Internal representation of color data of the image. This method gives you a pointer to the image date which is always in the format ARGB. If you update the internal data you always need to call UpdateImage afterwards.
|
Updates the internal image resources and OS resources from image data |