Class UnityImageManager
Evaluation release placeholder for ImageManager implementation.
Inherited Members
Namespace: Dicom.Imaging
Assembly: cs.temp.dll.dll
Syntax
public class UnityImageManager : ImageManager, IClassifiedManager
Properties
IsDefault
Gets whether or not this type is classified as a default manager.
Declaration
public override bool IsDefault { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Methods
CreateImageImpl(Int32, Int32)
Create IImage object using the current implementation.
Declaration
protected override IImage CreateImageImpl(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | Image width. |
Int32 | height | Image height. |
Returns
Type | Description |
---|---|
IImage | IImage object using the current implementation. |