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