ImageEn, unit imageenview

TImageEnView.SelectionAbsWidth

TImageEnView.SelectionAbsWidth


Declaration

property SelectionAbsWidth: Integer;


Description

Locks the selection to a specific width 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

 SelectionAbsHeight
 SelectionLockAspectRatio
 LockWidth