Class TvxDrawBitmapTransform
Unit
xomDXGraphics
Declaration
type TvxDrawBitmapTransform = class(TvxTransform)
Description
TvxDrawBitmapTransform
Hierarchy
Overview
Methods
Properties
 |
property Area: TvxRect read GetArea write SetArea; |
 |
property GraphicBmp: TvxBitmap read FGraphicBmp write FGraphicBmp; |
 |
property BlendMode: TvxBlendMode read FBlendMode write FBlendMode; |
 |
property Opacity: Byte read FOpacity write FOpacity; |
 |
property DrawStyle: TvxDrawStyle read FDrawStyle write FDrawStyle; |
 |
property AreaLeft: Single read FAreaLeft write FAreaLeft; |
 |
property AreaTop: Single read FAreaTop write FAreaTop; |
 |
property AreaRight: Single read FAreaRight write FAreaRight; |
 |
property AreaBottom: Single read FAreaBottom write FAreaBottom; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Area: TvxRect read GetArea write SetArea; |
|
|
 |
property GraphicBmp: TvxBitmap read FGraphicBmp write FGraphicBmp; |
|
|
 |
property BlendMode: TvxBlendMode read FBlendMode write FBlendMode; |
|
|
 |
property Opacity: Byte read FOpacity write FOpacity; |
|
|
 |
property DrawStyle: TvxDrawStyle read FDrawStyle write FDrawStyle; |
|
|
 |
property AreaLeft: Single read FAreaLeft write FAreaLeft; |
|
|
 |
property AreaTop: Single read FAreaTop write FAreaTop; |
|
|
 |
property AreaRight: Single read FAreaRight write FAreaRight; |
|
|
 |
property AreaBottom: Single read FAreaBottom write FAreaBottom; |
|
|
Generated by PasDoc 0.15.0.
|