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