Zoom to the given center point, using the specified zoom factor.
Namespace: TallComponents.Interaction.WinForms.ControlsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public void ZoomTo( double zoomFactor, double x, double y ) |
| Visual Basic |
|---|
Public Sub ZoomTo ( _ zoomFactor As Double, _ x As Double, _ y As Double _ ) |
Parameters
- zoomFactor
- Type: System..::..Double
The zoom factor.
- x
- Type: System..::..Double
The x coordindate.
- y
- Type: System..::..Double
The y coordinate.