Unit msebitmap

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class tbitmap  
Packed Record imageheaderty  
Class townedbitmap  
Class tmaskedbitmap  
Class tcenteredbitmap  
Class tbitmapcomp  
Class timagelist  
Interface iimagelistinfo  
Class tformatstream  

Types

imageformatty = (...);
imageinfoty = (...);
imageinfosty = set of imageinfoty;
bitmapoptionty = (...);
bitmapoptionsty = set of bitmapoptionty;

Constants

defaultimagelistwidth = 16;
defaultimagelistheight = 16;
defaultimagelistsize: sizety = (cx: defaultimagelistwidth; cy: defaultimagelistheight);
bmokindoptions = [bmo_monochrome,bmo_gray];
bmomaskkindoptions = [bmo_graymask,bmo_colormask];

Description

Types

imageformatty = (...);
 
Values
  • imfor_default
imageinfoty = (...);
 
Values
  • iminf_monochrome
  • iminf_masked
  • iminf_colormask
  • iminf_gray
  • iminf_graymask
imageinfosty = set of imageinfoty;
 
bitmapoptionty = (...);
 
Values
  • bmo_monochrome
  • bmo_gray
  • bmo_masked
  • bmo_graymask
  • bmo_colormask
  • bmo_storeorigformat
  • bmo_runtimeformatdata
bitmapoptionsty = set of bitmapoptionty;
 

Constants

defaultimagelistwidth = 16;
 
defaultimagelistheight = 16;
 
defaultimagelistsize: sizety = (cx: defaultimagelistwidth; cy: defaultimagelistheight);
 
bmokindoptions = [bmo_monochrome,bmo_gray];
 
bmomaskkindoptions = [bmo_graymask,bmo_colormask];
 

Generated by PasDoc 0.16.0.