[]
Represents a line shape in a C1PrintDocument.
public class RenderLine : RenderLineBase, IStyleOwner, IDocumentLocation
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. |
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. |
Name | Description |
---|---|
CreateSame() | Creates new empty RenderLine object linked with same C1PrintDocument as current object. |