Interface IImageManager
Namespace: FellowOakDicom.Imaging
Assembly: fo-dicom.core.dll
Syntax
public interface IImageManager
Methods
CreateImage(Int32, Int32)
Declaration
IImage CreateImage(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | |
System.Int32 | height |
Returns
Type | Description |
---|---|
IImage |