[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the image Width and Height from the metadata for the raw image.
Source position: graphics.pp line 1314
public procedure TRasterImage.GetSize( |
out AWidth: Integer; |
out AHeight: Integer |
); |
AWidth |
|
Width for the raw image data. |
AHeight |
|
Height for the raw image data. |
Calls GetRawImageDescriptionPtr to get a pointer to the image descriptor in the raw image data. When the image descriptor is Nil, or its Format contains ricfNone, the values in AWidth and AHeight are both set to 0 (zero). Otherwise, the Width and Height values in the image descriptor are used as the output parameter values.
Version 4.0 | Generated 2025-05-03 | Home |