Unit 'BGRAWinResource' Package
[Overview][Constants][Types][Classes][Index] [#pl_bgrabitmap]

TIconFileDirEntry

Declaration

Source position: bgrawinresource.pas line 132

type TIconFileDirEntry = packed record

  Width: Byte;

  

  Height: Byte;

  

  Colors: Byte;

  

  Reserved: Byte;

  

  case Byte of

    0: (

        Variable: LongWord;

  

        ImageSize: LongWord;

  

        ImageOffset: LongWord;

  

      );

    1: (

        Planes: Word;

  

        BitsPerPixel: Word;

  

      );

    2: (

        HotSpotX: Word;

  

        HotSpotY: Word;

  

      );

end;



CT Web help

CodeTyphon Studio