Image.width

Get the width and height of the Image.

  1. auto width [@property getter]
    class Image(V)
    @property
    width
    const
    (
    )
    if (
    isColorValue!V
    )
  2. auto height [@property getter]
  3. auto size [@property getter]
  4. auto opDollar()

Meta