Click or drag to resize

ZoomPanelZoomPanelHistoryItem Class

ZoomPanelHistoryItem class contains Viewbox and RotationAngle that define one state of the ZoomPanel.
Inheritance Hierarchy
SystemObject
  Ab2d.ControlsZoomPanelZoomPanelHistoryItem

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public class ZoomPanelHistoryItem

The ZoomPanelZoomPanelHistoryItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyRotationAngle
Rotation angle used by the ZoomPanel.
Public propertyViewbox
Viewbox as Rect that defines the area that is shown by the ZoomPanel.
Top
See Also