The size of this cross

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

Syntax

C#
public SizeF Size { get; set; }
Visual Basic (Declaration)
Public Property Size As SizeF
Visual C++
public:
property SizeF Size {
	SizeF get ();
	void set (SizeF value);
}

See Also