eDriven Framework API
GraphicsBase Constructor (x, y, width, height, stroke, options)
NamespaceseDriven.Gui.Graphics.BaseGraphicsBaseGraphicsBase(Int32, Int32, Int32, Int32, IStroke, array<GraphicOption>[]()[][])
eDriven Framework API
Initializes a new instance of the GraphicsBase class
Declaration Syntax
C#Visual BasicVisual C++
protected GraphicsBase(
	int x,
	int y,
	int width,
	int height,
	IStroke stroke,
	params GraphicOption[] options
)
Protected Sub New ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer, _
	stroke As IStroke, _
	ParamArray options As GraphicOption() _
)
protected:
GraphicsBase(
	int x, 
	int y, 
	int width, 
	int height, 
	IStroke^ stroke, 
	... array<GraphicOption^>^ options
)
Parameters
x (Int32)
y (Int32)
width (Int32)
height (Int32)
stroke (IStroke)
options (array<GraphicOption>[]()[][])

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)