DicomObjects.NET10 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()
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also