Class ImageBoxExtensions
Extension methods to support ImageBox class.
Inherited Members
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. |