Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
CompressedImageUnit
provides a bitmap that can be saved in compressed form as well as a TCollection to save them in and a method for determining where the image should be plotted.
Name | Description |
---|---|
Class TCompressedBitmap |
TCompressedBitmap reads and writes bitmaps to and from streams using a TCompressionStream and a TDecompressionStream. |
Class TMeasurementPointItem |
TMeasurementPointItem is used to specify the real-world coordinates of a pixel in a bitmap. |
Class TMeasurementPointCollection |
TMeasurementPointCollection stores a series of TMeasurementPointItems that determine how a bitmap should be resized when it is drawn. |
Class TCompressedBitmapItem |
TCompressedBitmapItem holds a TCompressedBitmap. |
Class TCompressedBitmapCollection |
TCompressedBitmapCollection is a collection of TCompressedBitmapItems. |