Adds a new zoom factor to the collection.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public override void Add(
	double value
)
Visual Basic
Public Overrides Sub Add ( _
	value As Double _
)

Parameters

value
Type: System..::..Double
The new zoom factor

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

Remarks

The new value will be added after the last element that is smaller.

See Also