Search Results for

    Show / Hide Table of Contents

    Class ImageBoxExtensions

    Extension methods to support ImageBox class.

    Inheritance
    Object
    ImageBoxExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Printing
    Assembly: cs.temp.dll.dll
    Syntax
    public static class ImageBoxExtensions

    Methods

    Print(ImageBox, Graphics, RectF, Int32)

    Prints an image box onto the specified graphics.

    Declaration
    public static void Print(this ImageBox imageBox, Graphics graphics, RectF box, int imageResolution)
    Parameters
    Type Name Description
    ImageBox imageBox

    Image box to print.

    Graphics graphics

    Graphics in which image box should be contained.

    RectF box

    Rectangle within which the image box should be contained.

    Int32 imageResolution

    Image resolution.

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