RawPixelValuesByFrame Method
public System.Array RawPixelValuesByFrame(
System.int
)
public function RawPixelValuesByFrame(
: System.Integer
): System.Array;
public function RawPixelValuesByFrame(
: System.int
) : System.Array;
public: System.Array* RawPixelValuesByFrame(
System.int
)
public:
System.Array^ RawPixelValuesByFrame(
System.int
)
'Declaration
Public Function RawPixelValuesByFrame( _
ByVal As System.Integer _
) As System.Array
'Usage
Dim instance As DicomImage
Dim Frame As System.Integer
Dim value As System.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.8 or higher