Pegasus Class Library Help
Initializes a new instance of the RawStroke class.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public RawStroke(
	int PointCount
)
Visual Basic (Declaration)
Public Sub New ( _
	PointCount As Integer _
)
Visual C++
public:
RawStroke(
	int PointCount
)

Parameters

PointCount
Type: System..::.Int32
The point count.

See Also