The mouse point.
The x zoom factor.
The y zoom factor.
PerformZoom Method (RelativeZoomModifierBase)
Performs a zoom on all X and Y Axis around the mousePoint by the specified X and Y factor
Syntax
protected virtual void PerformZoom( 
   Point mousePoint,
   double xValue,
   double yValue
)

Parameters

mousePoint
The mouse point.
xValue
The x zoom factor.
yValue
The y zoom factor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also