Table of Contents

Class RawImageManager

Namespace
FellowOakDicom.Imaging
Assembly
fo-dicom.core.dll

BGRA byte array implementation of the ImageManager.

public sealed class RawImageManager : IImageManager
Inheritance
RawImageManager
Implements
Inherited Members
Extension Methods

Methods

CreateImage(int, int)

Create IImage object using the current implementation.

public IImage CreateImage(int width, int height)

Parameters

width int

Image width.

height int

Image height.

Returns

IImage

IImage object using the current implementation.