PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderLine Class / CreateSame Method

In This Topic
    CreateSame Method (RenderLine)
    In This Topic
    Creates new empty RenderLine object linked with same C1PrintDocument as current object.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateSame() As RenderObject
    protected override RenderObject CreateSame()

    Return Value

    New RenderLine object.
    See Also