Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class RawImageExtensions

    Convenience class for non-generic access to RawImage image objects.

    Inheritance
    System.Object
    RawImageExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Imaging
    Assembly: fo-dicom.core.dll
    Syntax
    public static class RawImageExtensions

    Methods

    AsBytes(IImage)

    Convenience method to access raw IImage instance as byte array.

    Declaration
    public static byte[] AsBytes(this IImage image)
    Parameters
    Type Name Description
    IImage image

    IImage object.

    Returns
    Type Description
    System.Byte[]

    Byte array contents of image.

    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors