Class TFramer

Unit

Declaration

type TFramer = class(TBaseFramer)

Description

TFramer

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure Frame (AGraphic: TGraphic; var AResult: TBitmap; AStyle: TFramingStyle = frFit; AMethod: TFramingMethod = fmNormal; AAvgColor: TColor = clBlack); reintroduce; virtual;
Public function FrameBitmap (ABitmap: TvxBitmap32; AMethod: TFramingMethod = fmNormal; AAvgColor: TColor = clBlack; AAccentFramer: TBaseFramer = nil; APrepare: Boolean = False): TRect; reintroduce; virtual;
Public function UsesSmartColor: Boolean; override;

Properties

Published property UseAccentFramer: Boolean read FUseAccentFramer write FUseAccentFramer;
Published property AccentFramer: TBaseFramer read FAccentFramer write FAccentFramer;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure Frame (AGraphic: TGraphic; var AResult: TBitmap; AStyle: TFramingStyle = frFit; AMethod: TFramingMethod = fmNormal; AAvgColor: TColor = clBlack); reintroduce; virtual;
 
Public function FrameBitmap (ABitmap: TvxBitmap32; AMethod: TFramingMethod = fmNormal; AAvgColor: TColor = clBlack; AAccentFramer: TBaseFramer = nil; APrepare: Boolean = False): TRect; reintroduce; virtual;
 
Public function UsesSmartColor: Boolean; override;
 

Properties

Published property UseAccentFramer: Boolean read FUseAccentFramer write FUseAccentFramer;
 
Published property AccentFramer: TBaseFramer read FAccentFramer write FAccentFramer;
 

Generated by PasDoc 0.15.0.