DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / RawPixelValuesByFrame Method
The 1-based frame number to retrieve



In This Topic
    RawPixelValuesByFrame Method
    In This Topic
    Returns an array of raw pixel values for a frame
    Syntax
    'Declaration
     
    
    Public Function RawPixelValuesByFrame( _
       ByVal Frame 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 Frame
    )
    public:
    Array^ RawPixelValuesByFrame( 
       int 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
    Remarks
    For interpretted values (with or with use of the modality transformation, see PixelValuesByFrame.
    Requirements

    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

    See Also