Creates adjustment guide and sets it's value.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Adjustment(
	float value
)
Visual Basic
Public Sub New ( _
	value As Single _
)
Visual C++
public:
Adjustment(
	float value
)

Parameters

value
Type: System..::..Single
Adjustment value. Adjustment must be in the range [0..1].

See Also