Bitmap.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref uint value) dg)
  2. int opApply(int delegate(ref uint index, ref uint value) dg)
    class Bitmap
    const
    int
    opApply
    (
    int delegate
    (
    ref uint index
    ,
    ref uint value
    )
    dg
    )

Meta