The property of ImageLabel SliceCenter takes a Rect2D input. Rect2D.new(0, 0, 0, 0) doesn't work so how do I create a Rect2D?
Found the answer,
Rect.new(X0, Y0, X1, X2)