Unit 'BGRAGraphicControl' Package
[Overview][Classes][Index] [#pl_bgracontrols]

TCustomBGRAGraphicControl

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

Declaration

Source position: bgragraphiccontrol.pas line 28

type TCustomBGRAGraphicControl = class(TBGRAGraphicCtrl)

protected

  FBGRA: TBGRABitmap;

  

  FBitmapAutoScale: Boolean;

  

  procedure Paint; override;

  

  procedure Resize; override;

  

  procedure BGRASetSize(); virtual;

  

  procedure RedrawBitmapContent; virtual;

  

  procedure SetColor(); override;

  

  procedure SetEnabled(); override;

  

  procedure TextChanged; override;

  

  property BitmapAutoScale: Boolean; [rw]

  

  property BitmapScale: Double; [r]

  

  property BitmapWidth: Integer; [r]

  

  property BitmapHeight: Integer; [r]

  

public

  constructor Create(); override;

  

  procedure RedrawBitmap;

  

  procedure DiscardBitmap;

  

  destructor Destroy; override;

  

  property OnRedraw: TBGRARedrawEvent; [rw]

  

  property Bitmap: TBGRABitmap; [r]

  

  property BorderWidth: TBorderWidth; [rw]

  

  property BevelInner: TPanelBevel; [rw]

  

  property BevelOuter: TPanelBevel; [rw]

  

  property BevelWidth: TBevelWidth; [rw]

  

  property ColorOpacity: Byte; [rw]

  

  property Alignment: TAlignment; [rw]

  

end;

Inheritance

TCustomBGRAGraphicControl

  

|

TBGRAGraphicCtrl

  

|

TObject



CT Web help

CodeTyphon Studio