OverlayFactory

OverlayFactory class

Provides factory methods to create OverlayData.

public static class OverlayFactory

Methods

NameDescription
static CreateRegionOfInterestOverlay(Dataset, ushort)Creates ‘Range Of Interest’ DICOM overlay and adds it to the given dataset.
static FromImage(Dataset, RawImage, Bgra32)Creates a DICOM overlay from an image and adds it to the given dataset.
static FromImage(Dataset, RawImage, Bgra32, ushort)Creates a DICOM overlay from an image and adds it to the given dataset.

See Also