public Rect( int x, int y, int width, int height, IFill fill, params GraphicOption[] options )
Public Sub New ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ fill As IFill, _ ParamArray options As GraphicOption() _ )
public: Rect( int x, int y, int width, int height, IFill^ fill, ... array<GraphicOption^>^ options )