Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class RawImageManager

    BGRA byte array implementation of the ImageManager.

    Inheritance
    System.Object
    RawImageManager
    Implements
    IImageManager
    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 sealed class RawImageManager : IImageManager

    Methods

    CreateImage(Int32, Int32)

    Create IImage object using the current implementation.

    Declaration
    public IImage CreateImage(int width, int height)
    Parameters
    Type Name Description
    System.Int32 width

    Image width.

    System.Int32 height

    Image height.

    Returns
    Type Description
    IImage

    IImage object using the current implementation.

    Implements

    IImageManager

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors