The OpenD Programming Language

Margins.this

Create new Margins object based on specified sizes

  1. this(Margins copy)
  2. this(size_t l, size_t r, size_t b, size_t t)
    struct Margins
    this
    (
    in size_t l
    ,
    in size_t r
    ,
    in size_t b
    ,
    in size_t t
    )

Meta