ImageEn, unit imageenview

TImageEnView.SelectionAbsHeight

TImageEnView.SelectionAbsHeight


Declaration

property SelectionAbsHeight: Integer;


Description

Locks the selection to a specific height when SelectionLockAspectRatio is 0.


Example

// we want a fixed selection of 100 x 100 pixels
ImageEnView.SelectionAbsWidth    := 100;
ImageEnView.SelectionAbsHeight   := 100;
ImageEnView.SelectionLockAspectRatio := 0;


See Also

 SelectionAbsWidth
 SelectionLockAspectRatio
 LockHeight