The base class for shapes that defines their content as a collection of points, by default tuned to be polyline or polygon.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public abstract class RenderPositionsShape : RenderShape
Visual Basic (Declaration)
Public MustInherit Class RenderPositionsShape _
	Inherits RenderShape

Inheritance Hierarchy

See Also