AdjustCoordinate Members
Adjustment coordinate in a shape’s geometry.Constructors
| Name | Description |
|---|---|
| AdjustCoordinate(Single) | Initializes a new instance of the AdjustCoordinate class with specified settings. |
| AdjustCoordinate(String) | Initializes a new instance of the AdjustCoordinate class with specified settings. |
Fields
| Name | Description |
|---|---|
| Empty static | Returns an empty coordinate. |
Properties
| Name | Description |
|---|---|
| GuideName |
Gets the name of the guide associated with the AdjustCoordinate value.
|
| IsEmpty | Gets whether the coordinate is empty. |
| Mode |
Gets the adjustment mode of the AdjustCoordinate.
|
| Value |
Gets the coordinates of the AdjustCoordinate object.
|
Methods
| Name | Description |
|---|---|
| Equals(AdjustCoordinate) |
Determines whether the specified object is equal to the current AdjustCoordinate object.
|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) |
Determines whether the specified object is equal to the current AdjustCoordinate object.
|
| GetHashCode() | Returns a number that identifies the object instance. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the fully qualified type name of this instance. Inherited from ValueType. |
Operators
| Name | Description |
|---|---|
| Equality(AdjustCoordinate, AdjustCoordinate) static |
Compares two AdjustCoordinate structures for equality.
|
| Inequality(AdjustCoordinate, AdjustCoordinate) static |
Compares two AdjustCoordinate structures to determine whether they are not equal.
|
See Also