Table of Contents
Unit Constructor (Double)

Initializes a new instance of the Unit structure using the specified fixed value.

Syntax
 public Unit(
   double value
);

Parameters

value
The number of device-independent pixels (96 pixels-per-inch).

Exceptions

Exception Type Condition
ArgumentException value is negative or equal to NegativeInfinity, PositiveInfinity or NaN.
See Also