ScaleValue Class |
Namespace: Rhino
The ScaleValue type exposes the following members.
Name | Description | |
---|---|---|
ScaleValue |
Default constructor
|
Name | Description | |
---|---|---|
LeftToRightScale |
LeftLengthValue / RightLengthValue
| |
RightToLeftScale |
RightLengthValue / LeftLengthValue
|
Name | Description | |
---|---|---|
Create(String, StringParserSettings) |
Create from string
| |
Create(LengthValue, LengthValue, ScaleValueScaleStringFormat) |
Create from 2 length values
| |
Dispose | actively reclaim native allocated ON_SacleValue* | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | passively reclaim native allocated ON_ScaleValue* (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsUnset |
Test IsUnset
| |
LeftLengthValue |
Get the Left LengthValue from Scale
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OneToOne |
Make a new ScaleValue set to OneToOne
| |
RightLengthValue |
Get the Right LengthValue from Scale
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |