Class TvxDrawBitmapTransform

Unit

Declaration

type TvxDrawBitmapTransform = class(TvxTransform)

Description

TvxDrawBitmapTransform

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;

Properties

Public property Area: TvxRect read GetArea write SetArea;
Published property GraphicBmp: TvxBitmap read FGraphicBmp write FGraphicBmp;
Published property BlendMode: TvxBlendMode read FBlendMode write FBlendMode;
Published property Opacity: Byte read FOpacity write FOpacity;
Published property DrawStyle: TvxDrawStyle read FDrawStyle write FDrawStyle;
Published property AreaLeft: Single read FAreaLeft write FAreaLeft;
Published property AreaTop: Single read FAreaTop write FAreaTop;
Published property AreaRight: Single read FAreaRight write FAreaRight;
Published property AreaBottom: Single read FAreaBottom write FAreaBottom;

Description

Methods

Public procedure AfterConstruction; override;
 

Properties

Public property Area: TvxRect read GetArea write SetArea;
 
Published property GraphicBmp: TvxBitmap read FGraphicBmp write FGraphicBmp;
 
Published property BlendMode: TvxBlendMode read FBlendMode write FBlendMode;
 
Published property Opacity: Byte read FOpacity write FOpacity;
 
Published property DrawStyle: TvxDrawStyle read FDrawStyle write FDrawStyle;
 
Published property AreaLeft: Single read FAreaLeft write FAreaLeft;
 
Published property AreaTop: Single read FAreaTop write FAreaTop;
 
Published property AreaRight: Single read FAreaRight write FAreaRight;
 
Published property AreaBottom: Single read FAreaBottom write FAreaBottom;
 

Generated by PasDoc 0.15.0.