Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TPicture.SaveToStreamWithFileExt

Saves the graphic to a stream using the class type for the specified file extension.

Declaration

Source position: graphics.pp line 909

public procedure TPicture.SaveToStreamWithFileExt(

  Stream: TStream;

  const FileExt: string

);