Class: TmlRegionGraphicControl

TGraphicControl ----+
               |
    TmlRegionGraphicControl

Description:
Graphic control with region support

Unit:
regions (regions.pas)

Constructors:

constructor Create(AOwner: TComponent); override;

Propertys:

property Region: TmlRegionType read FRegion write FRegion;
property Align;
property Color;
property Mask: TBitmap read FMask write SetMask;
bitmap mask of region. White pixel in mask become transparent, and other color pixel visible in run-time.

constructor Create(AOwner: TComponent); override;


property Region: TmlRegionType read FRegion write FRegion;


property Align;


property Color;


property Mask: TBitmap read FMask write SetMask;

Mask of region