Operator Implicit
Namespace TallComponents.PDF.Layout
Struct Unit
Implicit conversion from double. This allows you to assign a double to any variable or property of type Unit without constructors or casting.
Syntax
public
Unit
operator
Implicit
(
Double
val
);
Returns
Unit
A Unit with the value val and UnitType Points
Parameters
Double
val
The value in points