The C1Length type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1Length(Double) |
Initializes a new C1Length with a pixel length.
|
|
|
C1Length(Double, C1LengthUnitType) |
Initializes a new C1Length.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Overrides ValueType..::..Equals(Object).) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode | (Overrides ValueType..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
Max |
Returns the larger of two C1Length instances.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Min |
Returns the smaller of two C1Length instances.
|
|
|
ToString | (Overrides ValueType..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
|
|
Equality | |
|
|
Inequality |
Fields
Properties
| Name | Description | |
|---|---|---|
|
|
IsAbsolute |
Gets whether this length is an absolute value, that is, it is expressed in pixels.
|
|
|
IsAuto |
Gets whether this length is auto.
|
|
|
IsPercent |
Gets whether this length is a percent.
|
|
|
UnitType |
Gets the unit type of this length.
|
|
|
Value |
Gets the value of this length.
|