[]
        
(Showing Draft Content)

C1.C1Preview.RenderLineBase

RenderLineBase Class

The abstract base class for classes representing line-based shapes (lines and polygons) in a C1PrintDocument.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public abstract class RenderLineBase : RenderShapeBase, IStyleOwner, IDocumentLocation

Constructors

Name Description
RenderLineBase()

Initializes a new instance of the RenderLineBase class.

Properties

Name Description
Line

Gets the LinePropsBase object describing the geometric line represented by the current RenderLineBase object.

Methods

Name Description
DrawShape(Graphics, Rectangle, ShapeParams, PageDrawParams)

For internal use only.

See Also