VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ObjectsFactory<T> Class / CreateCopy(T) Method
Syntax Requirements SeeAlso
    CreateCopy(T) Method (ObjectsFactory<T>)
    Creates a copy of source object.
    Syntax
    'Declaration
    
    Public Overridable Function CreateCopy( _
    ByVal source
    The source object.
    As T _
    ) As T
     

    Parameters

    source
    The source object.

    Return Value

    Copy of source object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also