Ellipse

open class Ellipse(val center: Point, val width: Expression, val height: Expression) : FigureInstruction

Instruction that draws an ellipse with a given width, height, and center.

Parameters

center

The center Point of the ellipse.

width

An Expression representing the width of the ellipse.

height

An Expression representing the height of the ellipse.

Inheritors

Constructors

Link copied to clipboard
constructor(center: Point, width: Expression, height: Expression)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open val center: Point
Link copied to clipboard
Link copied to clipboard
open override var parent: Instruction?
Link copied to clipboard
open val start: Point
Link copied to clipboard