[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
CanShareImage - returns True if specified class of image can be shared.
Source position: graphics.pp line 1251
protected function TRasterImage.CanShareImage( |
AClass: TSharedRasterImageClass |
):Boolean; virtual; |
AClass |
|
Class type requested in the method. |
True is the image class is shareable.
CanShareImage is a Boolean function which indicate if the raster image uses a shareable image class. The return value is True when AClass matches the value returned from the GetSharedImageClass method, and is not TSharedCustomBitmap. Only images of the same class type can be shared.
Version 4.0 | Generated 2025-05-03 | Home |