Allows the height of the crop selection to be locked to a specific size. e.g. 200 pixels high.

Notes:

- Values refer to bitmap pixels, not a screen dimension

- Can be used independently of LockWidth

- if SizeLocksAreMinimums is True, then this value is a minimum only

- Has no effect if SelectionAspectRatio > 0 (unless SizeLocksAreMinimums is set)

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int LockHeight { get; set; }
Public Property LockHeight As Integer
	Get
	Set
public:
property int LockHeight {
	int get ();
	void set (int value);
}

See Also