[]
Initializes a new instance of the C1CornerValue struct.
public C1CornerValue(double length)
Type | Name | Description |
---|---|---|
double | length | The length to create a circle corner. |
Initializes a new instance of the C1CornerValue struct.
public C1CornerValue(double horizontal, double vertical)
Type | Name | Description |
---|---|---|
double | horizontal | The horizontal corner value. |
double | vertical | The vertical corner value. |