AdjustAngle Members
Adjustment angle in the shape geometry.Constructors
| Name | Description |
|---|---|
| AdjustAngle(Single) | Initializes a new instance of the AdjustAngle class with specified settings. |
| AdjustAngle(String) | Initializes a new instance of the AdjustAngle class with specified settings. |
Fields
| Name | Description |
|---|---|
| Empty static |
Returns an empty AdjustAngle structure.
|
Properties
| Name | Description |
|---|---|
| GuideName |
Obtains the name of the guide associated with the AdjustAngle.
|
| IsEmpty |
Indicates whether the AdjustAngle object is empty.
|
| Mode |
Gets the adjustment mode of the AdjustAngle object.
|
| Value | Obtains the angle in degrees. |
Methods
| Name | Description |
|---|---|
| Equals(AdjustAngle) |
Determines whether the specified AdjustAngle object is equal to the current AdjustAngle 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 AdjustAngle 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(AdjustAngle, AdjustAngle) static |
Determines whether two AdjustAngle objects are equal.
|
| Inequality(AdjustAngle, AdjustAngle) static |
Compares two AdjustAngle structures to determine whether they are not equal.
|
See Also