Function VisualServerSingleton.canvasItemSetCustomRect

Defines a custom drawing rectangle for the CanvasItem.

void canvasItemSetCustomRect (
  const(RID) item,
  const(bool) use_custom_rect,
  const(Rect2) rect = Rect2(Vector2(0.00000F, , 0.00000F, , ), Vector2(0.00000F, , 0.00000F, , )).this(0.00000F, 0.00000F, 0.00000F, 0.00000F)
) nothrow @nogc;