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



In This Topic
    PixelValuesByFrameGeneric Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function PixelValuesByFrameGeneric( _
       ByVal frame As Integer, _
       ByVal modalityTransform As Boolean _
    ) As Array
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim frame As Integer
    Dim modalityTransform As Boolean
    Dim value As Array
     
    value = instance.PixelValuesByFrameGeneric(frame, modalityTransform)
    public Array PixelValuesByFrameGeneric( 
       int frame,
       bool modalityTransform
    )
    public:
    Array^ PixelValuesByFrameGeneric( 
       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