Class ZoomParameters
Get/Set The Zoom parameters such as zoom increment, focus point used in the diagram.
Inheritance
System.Object
ZoomParameters
Assembly: Syncfusion.Diagram.Windows.dll
public class ZoomParameters : Object
Constructors
Declaration
Declaration
public ZoomParameters(int zoomIncrement, ZoomCommand zoomType, PointF focusPoint)
Parameters
| Type |
Name |
Description |
| System.Int32 |
zoomIncrement |
|
| ZoomCommand |
zoomType |
|
| System.Drawing.PointF |
focusPoint |
|
Properties
Declaration
public PointF FocusPoint { get; set; }
Property Value
| Type |
| System.Drawing.PointF |
Declaration
public ZoomCommand ZoomCommand { get; set; }
Property Value
Declaration
public int ZoomIncrement { get; set; }
Property Value