Decrease the zoom factor to the next lower zoom factor, if any.
The argument coordinates specify the center of the area to zoom out to.
Namespace: TallComponents.Interaction.WinForms.ControlsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public void ZoomOut( double x, double y ) |
| Visual Basic |
|---|
Public Sub ZoomOut ( _ 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 lowest zoom factor, this method call is ignored.