Creates a new instance of GraphicsSettings class.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public GraphicsSettings(
	GraphicsSettings settings
)
Visual Basic (Declaration)
Public Sub New ( _
	settings As GraphicsSettings _
)
Visual C++
public:
GraphicsSettings(
	GraphicsSettings^ settings
)

See Also