DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / PixelValuesByFrame Method



In This Topic
    PixelValuesByFrame Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function PixelValuesByFrame( _
       ByVal frame As Integer, _
       ByVal modalityTransform As Boolean _
    ) As Single()
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim frame As Integer
    Dim modalityTransform As Boolean
    Dim value() As Single
     
    value = instance.PixelValuesByFrame(frame, modalityTransform)
    public float[] PixelValuesByFrame( 
       int frame,
       bool modalityTransform
    )
    public:
    array<float>^ PixelValuesByFrame( 
       int frame,
       bool modalityTransform
    ) 

    Parameters

    frame
    modalityTransform
    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