[]
The abstract base class for classes representing line-based shapes (lines and polygons) in a C1PrintDocument.
public abstract class RenderLineBase : RenderShapeBase, IStyleOwner, IDocumentLocation
Name | Description |
---|---|
RenderLineBase() | Initializes a new instance of the RenderLineBase class. |
Name | Description |
---|---|
Line | Gets the LinePropsBase object describing the geometric line represented by the current RenderLineBase object. |
Name | Description |
---|---|
DrawShape(Graphics, Rectangle, ShapeParams, PageDrawParams) | For internal use only. |