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

ICONCTRLA_SetGlobalEmbossRect

Tag for IconControlA(), Icon frame size dimensions (PRectange)

Declaration

Source position: icon.pas line 81

const ICONCTRLA_SetGlobalEmbossRect = ICONA_Dummy + 6;

Description

Global Option for IconControlA()

Set the frame sizes used for drawing icons. The Rectangle must be initialized as follows:

Rectangle^.MinX
Width of left edge border (negative), must be in the range [-255..-1]
Rectangle^.MinY
Height of top edge border (negative), must be in the range [-255..-1]
Rectangle^.MaxX
Width of right edge border (positive), must be in the range [1..255]
Rectangle^.MaxY
Height of bottom edge border (positive), must be in the range [1..255]

See also

ICONCTRLA_GetGlobalEmbossRect

  

Tag for IconControlA(), Get Icon frame size dimensions (PRectange)


Documentation generated on: 2021-07-30