Click or drag to resize
PanAndZoomPictureBoxSetZoomScale Method
http://www.emgu.com
Set the new zoom scale for the displayed image

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void SetZoomScale(
	double zoomScale,
	Point fixPoint
)

Parameters

zoomScale
Type: SystemDouble
The new zoom scale
fixPoint
Type: System.DrawingPoint
The point to be fixed, in display coordinate
See Also