DicomObjects.NET.V8
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()
    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.0 or higher

    See Also