Search Results for

    Show / Hide Table of Contents

    Class RawImageExtensions

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

    Inheritance
    Object
    RawImageExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Imaging
    Assembly: cs.temp.dll.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
    Byte[]

    Byte array contents of image.

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