TBitmap Class

Represents type TBitmap.

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

The TBitmap type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TBitmap class.

Top
Show:
 NameDescription
AlphaFormat

Represents property AlphaFormat.

Canvas

Represents property Canvas.

Empty

Represents property Empty. (Inherited from TGraphic.)

Height

Represents property Height. (Inherited from TGraphic.)

PixelFormat

Represents property PixelFormat.

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.)

GetAlphaFormat

Represents method GetAlphaFormat.

GetCanvas

Represents method GetCanvas.

GetEmpty

Represents method GetEmpty. (Inherited from TGraphic.)

GetHeight

Represents method GetHeight. (Inherited from TGraphic.)

GetPixelFormat

Represents method GetPixelFormat.

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.)

SetAlphaFormat(TAlphaFormat)

Represents method SetAlphaFormat(TAlphaFormat).

SetHeight(Integer)

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

SetPixelFormat(TPixelFormat)

Represents method SetPixelFormat(TPixelFormat).

SetSize(Integer,Integer)

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

SetWidth(Integer)

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

Top