public void MemoryEfficientSetFrame(
RasterImage ,
int ,
DateTime ,
bool
)
'Declaration
Public Overloads Sub MemoryEfficientSetFrame( _
ByVal As RasterImage, _
ByVal As Integer, _
ByVal As Date, _
ByVal As Boolean _
)
'Usage
Dim instance As Medical3DObject
Dim image As RasterImage
Dim frameIndex As Integer
Dim captureTime As Date
Dim remove As Boolean
instance.MemoryEfficientSetFrame(image, frameIndex, captureTime, remove)
public:
void MemoryEfficientSetFrame(
RasterImage^ ,
int ,
DateTime ,
bool
)