Gets the height of the destination image.

Namespace: ImageSense.Filters
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
int Height { get; }
Visual Basic
ReadOnly Property Height As Integer
	Get
Visual C++
property int Height {
	int get ();
}

See Also