Path.debugging

Enable / disable memory management debugging for this Path instance. Only available if both cairoD and the cairoD user code were compiled with "debug=RefCounted"

Output is written to stdout, see https://github.com/jpf91/cairoD/wiki/Memory-Management#debugging for more information

  1. bool debugging [@property getter]
  2. bool debugging [@property setter]
    struct Path
    version(D_Ddoc)
    @property
    void
    debugging
    (
    bool value
    )
  3. bool debugging [@property getter]
  4. bool debugging [@property setter]

Meta