[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
FinalizeWriter - ends the Image writing process.
Source position: graphics.pp line 1439
protected procedure TFPImageBitmap.FinalizeWriter( |
AWriter: TFPCustomImageWriter |
); virtual; |
AWriter |
|
FCL image writer class examined in the method. |
FinalizeWriter is a virtual method used to finalize the FCL-compatible image writer class instance in AWriter. When AWriter implements the ILazImageWriter interface, its Finalize method is called to release image data in the LCL interface image.
Version 4.0 | Generated 2025-05-03 | Home |