FigureInstruction

open class FigureInstruction(val start: Point) : Instruction

Generic figure instruction. Defines the top-left Point as the start of the figure.

Parameters

start

Top-left Point of the figure to be drawn.

Inheritors

Constructors

Link copied to clipboard
constructor(start: Point)

Properties

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