Geometry.this

Initialize with width heigt and offsets.

  1. this(string geometry)
  2. this(size_t width, size_t height, ssize_t xOffset = 0, ssize_t yOffset = 0)
    struct Geometry
    this
    (
    size_t width
    ,
    size_t height
    ,
    ssize_t xOffset = 0
    ,
    ssize_t yOffset = 0
    )
  3. this(RectangleInfo rectangle)

Meta