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
    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