Scale |
[SerializableAttribute] public enum ScaleLinkType
| Member name | Value | Description |
|---|---|---|
| None | 0 | The axis is not linked, i.e. independent. |
| Straight | 1 | The axis is linked straight, i.e. it has the same origin and end value as the corresponding axis of the linked layer. |
| Custom | 2 | The axis is linked custom, i.e. origin and end of axis are translated linearly using formulas org'=a1+b1*org, end'=a2+b2*end. |
The ScaleLinkType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |