Initializes a new instance of the GraphicsBase class

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