PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderEllipse Class / CreateSame Method

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

    Return Value

    New RenderEllipse object.
    See Also