Unit 'MUIClass.Image' Package
[Overview][Classes][Index] [#MUIClass]

TMUIBitmap.Bitmap

Pointer to a graphics.library Bitmap

Declaration

Source position: MUIClass.Image.pas line 71

public property TMUIBitmap.Bitmap : PBitmap
  read FBitmap
  write SetBitmap;

Description

This attribute specifies a pointer to a graphics.library BitMap. Note that specifying only a BitMap isn't enough, you have to tell MUI about the pixel width and height with Width and Height too.

See also

Width

  

Define the pixel width of the BitMap.

Height

  

efine the pixel height of the BitMap.


Documentation generated on: 2024-03-29