Variable ImageDrawable._image

class ImageDrawable
{
  // ...
  Ref!(dcanvas.graphics.drawbuf.DrawBuf) _image;
  // ...
}