|
|
|
Hierarchy
TOrganicShapeImage inherits from TOrganicShapeControl.
History
(changes since last version)
- Bug fix - saveSkin and loadSkin methods now accept
an absolute path as argument
Additional
Properties:
- Mask : TBitmap
the bitmap mask is used to shape the image.
- InvisibleColor : TColor
color treated as transparent to shape the image. clWhite is the
default value.
Additional
Methods:
- Procedure saveSkin (folder: string); override
automatically saves all graphical information to a folder including
component coordinates. It's an easy way to implement skins.
- Procedure loadSkin (folder: string); override
automatically retrieves all graphical information from a folder
including component coordinates. It's an easy way to implement skins.
Installation:
- Unzip all files to a directory of your choice. Be sure to preserve
directory structure and to add this path to your Delphi Library Path.
- Install package delphi4\organicShape.dpk or delphi3\organicShape.dpk.
- Open demos folder and run some examples.
|