[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the Index of an image with specified pixel format, height and width.
Source position: graphics.pp line 1545
public function TSharedIcon.GetIndex( |
AFormat: TPixelFormat; |
AHeight: Word; |
AWidth: Word |
):Integer; |
AFormat |
|
Pixel format (color depth) to locate in the Images. |
AHeight |
|
Height for the requested image. |
AWidth |
|
Width for the requested image. |
Ordinal position for the icon image matching the requested value(s).
Version 4.0 | Generated 2025-05-03 | Home |