Get the resolution of this map as a 2D point

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

Syntax

C#
public PointF Resolution { get; }
Visual Basic (Declaration)
Public ReadOnly Property Resolution As PointF
Visual C++
public:
property PointF Resolution {
	PointF get ();
}

See Also