[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'FPimage' (#fcl)

TFPCustomImage.SaveToFile

Saves the image in an file, optionally using the specified writer.

Declaration

Source position: line 0

public procedure TFPCustomImage.SaveToFile(

  const filename: String;

  Handler: TFPCustomImageWriter

);

procedure TFPCustomImage.SaveToFile(

  const filename: String

);

Description

If no writer is specified, a registered writer is selected based on the file extension.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.