Search Results for

    Show / Hide Table of Contents

    Class AndroidImageExtensions

    Convenience class for non-generic access to AndroidImage image objects.

    Inheritance
    Object
    AndroidImageExtensions
    Inherited Members
    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 static class AndroidImageExtensions

    Methods

    AsBitmap(IImage)

    Convenience method to access Android IImage instance as Android . The returned will be disposed when the IImage is disposed.

    Declaration
    public static Bitmap AsBitmap(this IImage image)
    Parameters
    Type Name Description
    IImage image

    IImage object.

    Returns
    Type Description
    Bitmap

    contents of image.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors