| ImageEn, unit ieanimation |
|
TIEAnimation.ViewHeight
Declaration
property ViewHeight: Integer;
Description
Specifies the height of area reserved for the animation.
Example
// Set view area
animation.ViewWidth := ImageEnView.IEBitmap.Width;
animation.ViewHeight := ImageEnView.IEBitmap.Height;
See Also
◼ViewWidth