Table of Contents

Class ImageManager

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

Manager for creation of image objects.

public class ImageManager
Inheritance
ImageManager
Inherited Members
Extension Methods

Methods

CreateImage(int, int)

Create IImage object.

public static IImage CreateImage(int width, int height)

Parameters

width int

Image width.

height int

Image height.

Returns

IImage

IImage object.