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

In This Topic
    CreateSame Method (RenderShapeBase)
    In This Topic
    Creates instance of object same type as current RenderObject object.
    Syntax
    'Declaration
     
    Protected Overridable Function CreateSame() As RenderObject
    protected virtual RenderObject CreateSame()

    Return Value

    Created render object.
    See Also