Get or Set the element Type

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
protected int ElementType { get; set; }
Visual Basic (Declaration)
Protected Property ElementType As Integer
Visual C++
protected:
property int ElementType {
	int get ();
	void set (int value);
}

See Also