Initializes a new instance of the PseudoCylinder class.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public PseudoCylinder(
	VectorRectangle area,
	Color color,
	bool isVertical
)
Visual Basic (Declaration)
Public Sub New ( _
	area As VectorRectangle, _
	color As Color, _
	isVertical As Boolean _
)
Visual C++
public:
PseudoCylinder(
	VectorRectangle area, 
	Color color, 
	bool isVertical
)

See Also