Class WindowsImageManager
Universal Windows Platform based implementation of the ImageManager.
Inherited Members
Namespace: Dicom.Imaging
Assembly: cs.temp.dll.dll
Syntax
public sealed class WindowsImageManager : ImageManager, IClassifiedManager
  Fields
Instance
Single instance of the WPF image manager.
Declaration
public static readonly ImageManager Instance
  Field Value
| Type | Description | 
|---|---|
| ImageManager | 
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.  |