Creates new instance of the Zoom struct with the specified mode.

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Zoom(
	ZoomMode mode
)
Visual Basic (Declaration)
Public Sub New ( _
	mode As ZoomMode _
)
Visual C++
public:
Zoom(
	ZoomMode mode
)

See Also