Set the new zoom scale for the displayed image

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetZoomScale(
	double zoomScale,
	Point fixPoint
)
Public Sub SetZoomScale ( _
	zoomScale As Double, _
	fixPoint As Point _
)
public:
void SetZoomScale(
	double zoomScale, 
	Point fixPoint
)

Parameters

zoomScale
Double
The new zoom scale
fixPoint
Point
The point to be fixed, in display coordinate

See Also