Search Results for

    Show / Hide Table of Contents

    Class WindowsImageManager

    Universal Windows Platform based implementation of the ImageManager.

    Inheritance
    Object
    ImageManager
    WindowsImageManager
    Inherited Members
    ImageManager.SetImplementation(ImageManager)
    ImageManager.CreateImage(Int32, Int32)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    ImageManager.IsDefault

    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.

    Overrides
    ImageManager.CreateImageImpl(Int32, Int32)
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors