The base class for shapes that defines their content as a collection
of points, by default tuned to be polyline or polygon.
Namespace:
C1.C1PrintDocumentAssembly: 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
System..::.Object
C1.C1PrintDocument..::.DocumentElement
C1.C1PrintDocument..::.RenderObject
C1.C1PrintDocument..::.RenderShape
C1.C1PrintDocument..::.RenderPositionsShape
C1.C1PrintDocument..::.RenderPolygon
C1.C1PrintDocument..::.RenderPolyline
C1.C1PrintDocument..::.DocumentElement
C1.C1PrintDocument..::.RenderObject
C1.C1PrintDocument..::.RenderShape
C1.C1PrintDocument..::.RenderPositionsShape
C1.C1PrintDocument..::.RenderPolygon
C1.C1PrintDocument..::.RenderPolyline