DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / IFrameSource Interface / Clone Method






In This Topic
    Clone Method (IFrameSource)
    In This Topic
    Clone the frame source
    Syntax
    'Declaration
     
    
    Function Clone() As IFrameSource
    'Usage
     
    
    Dim instance As IFrameSource
    Dim value As IFrameSource
     
    value = instance.Clone()
    IFrameSource Clone()
    function Clone(): IFrameSource; 
    function Clone() : IFrameSource;
    IFrameSource* Clone(); 
    IFrameSource^ Clone(); 

    Return Value

    An independent IFrameSource based on the original underlying data
    Remarks
    Cloning a frame source allows efficient use of filtergraphs, and this is called internally by DicomObjects
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also