Length Conversion (Double to Length) |
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 21.3.35.1038 (21.3.35.1038)
Syntaxpublic static implicit operator Length (
double value
)
Public Shared Widening Operator CType (
value As Double
) As Length
Parameters
- value
- Type: SystemDouble
The length value.
Return Value
Type:
LengthA
Length instance that is equivalent to a specified input length in a
default measurement unit.
See Also