TBitmap

E1014706

TBitmap is a graphics class in Delphi and related frameworks that represents and manipulates bitmap images in memory, supporting drawing, pixel access, and loading/saving of image data.

All labels observed (2)

Label Occurrences
TBitmap canonical 2
TGraphic 1

How this entity was disambiguated

Statements (54)

Predicate Object
instanceOf Delphi class
bitmap image container
graphics class
belongsToUnit FMX.Graphics
linked to: FMX

Vcl.Graphics
canBeConvertedTo TIcon
TJpegImage
TPngImage
definedIn Delphi FireMonkey (FMX)
linked to: FMX

Delphi VCL
hasAssociation TCanvas
TGraphic
hasMethod Assign
FreeImage
LoadFromClipboardFormat
LoadFromFile
LoadFromResourceID
LoadFromResourceName
LoadFromStream
ReleaseHandle
SaveToClipboardFormat
SaveToFile
SaveToStream
SetSize
hasProperty Canvas
Handle
Height
Monochrome
PixelFormat
Transparent
Width
inheritsFrom TGraphic
represents bitmap images in memory
supportsFormat BMP
supportsOperation copying image data
drawing
loading image data
pixel access
saving image data
stretching images
transparent drawing
supportsPixelFormat pf15bit
pf16bit
pf1bit
pf24bit
pf32bit
pf4bit
pf8bit
usedFor double buffering
image manipulation
loading icons and images from files
off-screen drawing
usedIn C++Builder
Delphi

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

TCanvas usedBy TBitmap
TMetafile inheritsFrom TGraphic
linked to: TBitmap
TImageList supportsImageType TBitmap