Sets all of the data defining the ellipse.
"ellipse2D_var" is a variable referencing an Ellipse2D object. |
"ellipse2D_var" is a variable referencing an Ellipse2D object. |
| Type | Description |
| boolean | Returns true if redefining the ellipse is successful. |
| Name | Type | Description |
| center | Point2D | A Point2D object that defines the center of the ellipse. |
| majorAxis | Vector2D | The major axis of the ellipse. |
| majorRadius | double | The major radius of the of the ellipse. |
| minorRadius | double | The minor radius of the of the ellipse. |