Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class ImageManager

    Manager for creation of image objects.

    Inheritance
    System.Object
    ImageManager
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Imaging
    Assembly: fo-dicom.core.dll
    Syntax
    public class ImageManager

    Methods

    CreateImage(Int32, Int32)

    Create IImage object.

    Declaration
    public static IImage CreateImage(int width, int height)
    Parameters
    Type Name Description
    System.Int32 width

    Image width.

    System.Int32 height

    Image height.

    Returns
    Type Description
    IImage

    IImage object.

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors