'Declaration
Public Function MakeMultiFrame( _ ByVal remove As Boolean _ ) As DicomImage
'Usage
Dim instance As DicomImageCollection Dim remove As Boolean Dim value As DicomImage value = instance.MakeMultiFrame(remove)
public DicomImage MakeMultiFrame( bool remove )
public: DicomImage^ MakeMultiFrame( bool remove )
Parameters
- remove
- True if the images should be removed from the collection after this function call.