Class DicomIconImage
- Namespace
- FellowOakDicom.Imaging
- Assembly
- fo-dicom.core.dll
DICOM Image class for image rendering.
public class DicomIconImage
- Inheritance
-
DicomIconImage
- Inherited Members
- Extension Methods
Constructors
DicomIconImage(DicomDataset)
Creates an Icon image from the Icon Image Sequence item supplied
public DicomIconImage(DicomDataset iconImageSequenceItem)
Parameters
iconImageSequenceItem
DicomDatasetThe icon image sequence item to create an image from
Properties
Height
Height of icon in pixels
public int Height { get; }
Property Value
Width
Width of icon in pixels
public int Width { get; }
Property Value
Methods
RenderImage()
Renders DICOM icon image to IImage.
public virtual IImage RenderImage()
Returns
- IImage
Rendered image
TryCreate(DicomDataset, out DicomIconImage)
Try to extract icon from dataset
public static bool TryCreate(DicomDataset dataset, out DicomIconImage dicomIconImage)
Parameters
dataset
DicomDatasetdicomIconImage
DicomIconImageThe Icon, ready to be rendered