Margins3d

class Margins3d(val back: Double, val right: Double, val front: Double, val left: Double, val top: Double, val bottom: Double)

Size of margins around a 2d shape.

See Margin3d

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, z: Double)
constructor(xyz: Double)
constructor(back: Double, right: Double, front: Double, left: Double, top: Double, bottom: Double)

Properties

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

Functions

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