Initializes a new instance of the Rect class

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