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