Initializes a new instance of the Rect class

C# | Visual Basic | Visual C++ |
public Rect( int x, int y, int width, int height, params GraphicOption[] options )
Public Sub New ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ ParamArray options As GraphicOption() _ )
public: Rect( int x, int y, int width, int height, ... array<GraphicOption^>^ options )
