Function VisualServerSingleton.canvasItemSetZIndex

Sets the CanvasItem's Z index, i.e. its draw order (lower indexes are drawn first).

void canvasItemSetZIndex (
  const(RID) item,
  const(long) z_index
) nothrow @nogc;