[]
Initializes a new C1Length with a pixel length.
public C1Length(double pixels)
Public Sub New(pixels As Double)
| Type | Name | Description |
|---|---|---|
| double | pixels | Number of pixels. |
Initializes a new C1Length.
public C1Length(double value, C1LengthUnitType type)
Public Sub New(value As Double, type As C1LengthUnitType)
| Type | Name | Description |
|---|---|---|
| double | value | Length value. |
| C1LengthUnitType | type | Length type. |