I'm trying to create a rectangle shape to be used within a class, but I'm only able to create the rectangle shape within one of the private or public members. Is there a way to create the rectangle shape inside the class, so that I am able to use the shape for every class member within that class.
Does it matter where I create the rectangle shape?