Information on TScaleImage
**************************

Author: Jeff Kinzer
E-Mail: 102413,3557
Cost: Free!

Contents:
---------

A. List of Files Included in .ZIP
B. Installing the Component
C. Summary of Capabilities
D. Published Properties
E. Public Properties

---------

A. List of Files Included in .ZIP
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

README.TXT	- This File
SCLIMAGE.PAS	- TScaleImage Source Code
SCLIMAGE.DCU	- TScaleImage Component
SCLIMAGE.DCR	- TScaleImage Glyph

B. Installing the Component
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Put the files SCLIMAGE.DCU and SCLIMAGE.DCR into the \DELPHI\LIB
directory (if you installed Delphi in another directory, then replace
the \DELPHI part with the name of the directory that Delphi was
installed in).

C. Summary of Capabilities
^^^^^^^^^^^^^^^^^^^^^^^^^^

* Load .BMP or .WMF files
* Display the picture in its original size
* Stretch the picture to fit the size of the control
* Stretch the picture to fit the height of the control, but keep the
  width of the picture
* Stretch the picture to fit the width of the control, but keep the
  height of the picture
* Stretch the picture to fit the size of the control, but maintain the
  pictures original aspect ratio
* Display the picture centered, or in the upper left-hand corner of
  the control
* Display the control with or without a border (black)
* Choose the background color of the control
* All of the properties and functions inherited from a 
  TGraphicControl object

D. Published Properties
^^^^^^^^^^^^^^^^^^^^^^^

Align
Center
Color
Border
DragCursor
DragMode
Enabled
Height
Hint
Left
Name
ParentColor
ParentShowHint
Picture
PopupMenu
ScaleStyle
ShowHint
Tag
Top
Visible

OnClick
OnDblClick
OnDragDrop
OnDragOver
OnEndDrag
OnMouseDown
OnMouseMove
OnMouseUp

E. Public Properties
^^^^^^^^^^^^^^^^^^^^

The following are read-only properties:

IsStretched: Boolean
IsScaled: Boolean
IsNormal: Boolean

These properties are pretty self-explanatory, they tell whether the
image is stretched (IsStretched), etc.