Increase the zoom factor to the next higher zoom factor if any. The argument coordinates specify the center of the area to zoom in to.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public void ZoomIn(
	double x,
	double y
)
Visual Basic
Public Sub ZoomIn ( _
	x As Double, _
	y As Double _
)

Parameters

x
Type: System..::..Double
The x-coordinate of the center.
y
Type: System..::..Double
The y-coordinate of the center.

Remarks

If the current zoom factor is already at the highest zoom factor, this method call is ignored.

See Also