RawPixelValuesByFrame Method
'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)
public Array RawPixelValuesByFrame(
int
)
public:
Array^ RawPixelValuesByFrame(
int
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2