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: 4.1.0.3408 (4.1.0.3408)
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