Pixels.length

The number of pixels in this row / column.

  1. size_t length [@property getter]
    struct Pixels
    @property
    size_t
    length
    const
    (
    )
  2. size_t opDollar()

Bugs

dmd bug 7097: opDollar doesn't work with slicing.

Meta