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