'Declaration
Public Function GetRawFrame( _ ByVal Frame As System.Integer, _ ByVal cache As System.Boolean _ ) As System.Byte()
'Usage
Dim instance As DicomDataSet Dim Frame As System.Integer Dim cache As System.Boolean Dim value() As System.Byte value = instance.GetRawFrame(Frame, cache)
Parameters
- Frame
- Frame number to extract
- cache
- Cache result for the extracted frame
Return Value
Raw pixel data of the request frame