[]
        
(Showing Draft Content)

C1.C1Preview.RenderLine

RenderLine Class

Represents a line shape in a C1PrintDocument.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class RenderLine : RenderLineBase, IStyleOwner, IDocumentLocation

Constructors

Name Description
RenderLine()

Initializes a new instance of the RenderLine class.

RenderLine(Unit, Unit, Unit, Unit, LineDef)

Initializes a new instance of the RenderLine class, assigning the coordinates of the two points that the line connects.

Properties

Name Description
Line

Gets the LineProps object describing the geometric line represented by the current RenderLine object. The coordinates of the line are relative to the left top corner of the current RenderLine object.

Methods

Name Description
CreateSame()

Creates new empty RenderLine object linked with same C1PrintDocument as current object.