Initializes a new instance of the C1ZoomUnit struct.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public C1ZoomUnit(
	double value,
	C1ZoomUnitType type
)
Visual Basic
Public Sub New ( _
	value As Double, _
	type As C1ZoomUnitType _
)

Parameters

value
Type: System..::..Double
The value.
type
Type: C1.Silverlight..::..C1ZoomUnitType
The type of unit used to express the zoom.

See Also