TJPEGImage Class

Represents type TJPEGImage.

Namespace: System.Graphics
TObject
  System.Classes.TPersistent
    System.Graphics.TGraphic
      System.Graphics.TJPEGImage
type
 TJPEGImage = class(TGraphic)
 end;

The TJPEGImage type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TJPEGImage class.

Top
Show:
 NameDescription
Empty

Represents property Empty. (Inherited from TGraphic.)

Height

Represents property Height. (Inherited from TGraphic.)

SupportsAlpha

Represents property SupportsAlpha. (Inherited from TGraphic.)

Width

Represents property Width. (Inherited from TGraphic.)

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TPersistent.)

AssignTo(TPersistent)

Represents method AssignTo(TPersistent). (Inherited from TPersistent.)

Clear

Represents method Clear. (Inherited from TGraphic.)

CreateFromFile(String)

Represents method CreateFromFile(String). (Inherited from TGraphic.)

CreateFromStream(TStream)

Represents method CreateFromStream(TStream). (Inherited from TGraphic.)

GetEmpty

Represents method GetEmpty. (Inherited from TGraphic.)

GetHeight

Represents method GetHeight. (Inherited from TGraphic.)

GetSupportsAlpha

Represents method GetSupportsAlpha. (Inherited from TGraphic.)

GetWidth

Represents method GetWidth. (Inherited from TGraphic.)

LoadFromFile(String,Boolean)

Represents method LoadFromFile(String,Boolean). (Inherited from TGraphic.)

LoadFromStream(TStream,Boolean)

Represents method LoadFromStream(TStream,Boolean). (Inherited from TGraphic.)

SaveToFile(String)

Represents method SaveToFile(String). (Inherited from TGraphic.)

SaveToStream(TStream)

Represents method SaveToStream(TStream). (Inherited from TGraphic.)

SetHeight(Integer)

Represents method SetHeight(Integer). (Inherited from TGraphic.)

SetSize(Integer,Integer)

Represents method SetSize(Integer,Integer). (Inherited from TGraphic.)

SetWidth(Integer)

Represents method SetWidth(Integer). (Inherited from TGraphic.)

Top