DicomObjects.NET.V8
DicomObjects Namespace / IFrameSource Interface / Clone Method



Clone Method (IFrameSource)
Clone the frame source
Syntax
'Declaration
 
Function Clone() As IFrameSource
 
'Usage
 
Dim instance As IFrameSource
Dim value As IFrameSource
 
value = instance.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