Length  Conversion (Single to Length)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Performs a conversion from Single to Length.

Namespace:  Apitron.PDF.Kit.Styles
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static implicit operator Length (
	float value
)

Parameters

value
Type: SystemSingle
The value.

Return Value

Type: Length
The result of the conversion.
See Also

Reference