[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Unshares a shared image when its handle is changed or the save stream is freed.
Source position: graphics.pp line 1261
protected procedure TRasterImage.UnshareImage( |
CopyContent: Boolean |
); virtual; abstract; |
UnshareImage - stops an image from being shared: if CopyContent is True, the Image gets copied. Declared as an abstract virtual method. Must be implemented in a descendent class.
lazarus-ccr.sourceforge.net |