[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
|
EGraphicException - exception handler for error in graphics |
|
|
EInvalidGraphic - exception handler for an invalid graphic |
|
|
EInvalidGraphicOperation - exception handler for invalid graphic operation |
|
|
TBitmap is the data of an image, and can be loaded from a file, stream or resource in .bmp or .xpm format |
|
|
The Brush to be used to Paint on the current Canvas |
|
|
TBrushHandleCache - resource cache for Brush Handles |
|
|
TCanvas - where most of the drawing is performed |
|
|
TCursorImage - an Icon to be used to represent a cursor |
|
|
TCursorImageImage - the image for a cursor, stored as an Icon |
|
|
TCustomBitMap - the base class for TBitmap |
|
|
TCustomIcon - base class for TIcon |
|
|
The Font to be used for drawing Text |
|
|
TFontHandleCache - a resource cache for font handles |
|
|
TFontHandleCacheDescriptor - descriptor for items in Font Handle Cache |
|
|
A class of Bitmap using the FPImage reader and writer (ie customised for FreePascal) |
|
|
TGraphic - Base class for dealing with Graphic images |
|
|
TGraphicsObject - Primitive ancestor class, mainly for Delphi compatibility |
|
|
TIcon - icons, small images typically associated with applications, controls, etc. |
|
|
TIconImage - a primitive Icon class with handles for the Bitmap, Mask and Palette |
|
|
TJPEGImage - a class for handling images stored in JPEG (compressed) format |
|
|
The current Pen for drawing on the current Canvas |
|
|
TPenHandleCache - Resource Cache for Pen Handles |
|
|
TPenHandleCacheDescriptor - a cache descriptor for Pen Handles |
|
|
TPicture is a TGraphic container, used in place of a TGraphic if the graphic can be of any TGraphic class. |
|
|
PixMap - a class derived from TBitMap , with wrapper to deal specifically with PixMaps (ie using 'XPM' format) |
|
|
TPortableAnyMapGraphic - a PAM graphic image |
|
|
TPortableNetworkGraphic - a PNG image |
|
|
TRasterImage - base class for a number of graphic controls, including TCustomBitmap and TCustomIcon, which use a raster of dots to display graphic information |
|
|
A defined Region on the screen, in which text is written |
|
|
TSharedBitmap - a reference counted Bitmap graphic |
|
|
TSharedCursorImage - a reference counted shared image to be used for cursors |
|
|
TSharedCustomBitmap - a reference counted base class for TSharedBitmap, TSharedPixmap, TSharedJPEGImage, TSharedPortableNetworkGraphic and TSharedPortableAnyMapGraphic |
|
|
TSharedIcon - a reference counted shared Icon |
|
|
TSharedImage - base class for reference counted images |
|
|
TSharedJpegImage - a reference counted shared image of type JPEG |
|
|
TSharedPixmap - a reference counted Pixmap graphic |
|
|
TSharedPortableAnyMapGraphic - a reference counted shared PAMG |
|
|
TSharedPortableNetworkGraphic - a reference counted PNG Image |
|
|
TSharedRasterImage - a reference counted raster image (may be shared between several controls) |
|
lazarus-ccr.sourceforge.net |