[]
Represents a shape adjust handle.
public sealed class ShapeAdjustHandle
Public NotInheritable Class ShapeAdjustHandle
Name | Description |
---|---|
Location | Gets the relative location of the shape adjust handle. |
Maximum1 | Gets the 1st maximum value that is allowed for this adjustment handle. |
Maximum2 | Gets the 2nd maximum value that is allowed for this adjustment handle. |
Minimum1 | Gets the 1st minimum value that is allowed for this adjustment handle. |
Minimum2 | Gets the 2nd minimum value that is allowed for this adjustment handle. |
Shape | Gets the shape of this adjust handle. |
Type | Gets the type of this shape adjust handle. |
Name | Description |
---|---|
GetFirstRange(out double, out double) | Get the limited range of the first argument. |
GetLocation(double) | Gets the relative location of the shape adjust handle. |
GetLocation(double, double) | Gets the relative location of the shape adjust handle. |
GetSecondRange(out double, out double) | Get the limited range of the second argument. |
GetValues(out double, out double) | Gets the current adjust handle's values. |
SetFirstValue(double) | Sets value for the fist parameter of this adjustment handle. |
SetSecondValue(double) | Sets value for the fist parameter of this adjustment handle. |