Unit 'icon' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

ICONCTRLA_SetAspectRatio

Tag for IconControlA(), Set Icon aspect ratio (PBYTE)

Declaration

Source position: icon.pas line 146

const ICONCTRLA_SetAspectRatio = ICONA_Dummy + 36;

Description

Per Icon Option for IconControlA() Set the icon aspect ratio; this consists of a numerator and a denominator packed into a single byte (PACK_ICON_ASPECT_RATIO can be used for encoding this parameter). If the icon aspect ratio is unknown, ICON_ASPECT_RATIO_UNKNOWN should be used.

See also

ICONCTRLA_GetAspectRatio

  

Tag for IconControlA(),

PACK_ICON_ASPECT_RATIO

  

Pack Numerator and a denominator into a single byte as icon aspect

ICON_ASPECT_RATIO_UNKNOWN

  

Icon aspect ratio is not known.


Documentation generated on: 2021-07-30