RawPixelValuesByFrame Method
public Array RawPixelValuesByFrame(
int
)
'Declaration
Public Function RawPixelValuesByFrame( _
ByVal As Integer _
) As Array
'Usage
Dim instance As DicomImage
Dim Frame As Integer
Dim value As Array
value = instance.RawPixelValuesByFrame(Frame)
Parameters
- Frame
- The 1-based frame number to retrieve
Return Value
Array of values representing the raw pixel values before masking, signing interpretation, or modality
transformations
Target Platforms: .NET CLR 4.0 or higher