Unit 'ImagingComponents' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_vampyreimaging]

TImagingGraphicForSave

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ImagingComponents.pas line 112

type TImagingGraphicForSave = class(TImagingGraphic)

protected

  FDefaultFileExt: string;

  

  FSavingFormat: TImageFormat;

  

  procedure WriteData(); override;

  

public

  constructor Create; override;

  

  procedure SaveToStream(); override;

  

  class function GetFileFormat; virtual; abstract;

  

  class function GetFileExtensions; override;

  

  function GetMimeType; override;

  

  property DefaultFileExt: string; [r]

  

end;

Inheritance

TImagingGraphicForSave

  

|

TImagingGraphic

  

|

TObject



CT Web help

CodeTyphon Studio