eDriven Framework API
GraphicOption Constructor (type, value)
NamespaceseDriven.Gui.Graphics.BaseGraphicOptionGraphicOption(GraphicOptionType, Object)
eDriven Framework API
Initializes a new instance of the GraphicOption class
Declaration Syntax
C#Visual BasicVisual C++
public GraphicOption(
	GraphicOptionType type,
	Object value
)
Public Sub New ( _
	type As GraphicOptionType, _
	value As Object _
)
public:
GraphicOption(
	GraphicOptionType type, 
	Object^ value
)
Parameters
type (GraphicOptionType)
value (Object)

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