'DeclarationPublic Function PixelValuesByFrameGeneric( _ ByVal frame As System.Integer, _ ByVal modalityTransform As System.Boolean _ ) As System.Array
public System.Array PixelValuesByFrameGeneric( System.int frame, System.bool modalityTransform )
Parameters
- frame
- The 1-based frame number to retrieve
- modalityTransform
- Controls whether to apply the scale/offset or Modality LUT if present
Return Value
Array of values representing the (possibly transformed) pixel values. Return type is a generic array as opposed to PixelValuesByFrame which returns a float[]