Margins2d

class Margins2d(val back: Double, val right: Double, val front: Double, val left: Double)

Size of margins around a 2d shape.

See Margin2d

Constructors

Link copied to clipboard
constructor(y: Double, x: Double)
constructor(xy: Double)
constructor(back: Double, right: Double, front: Double, left: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double

Functions

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