RenderOptions

RenderOptions record

Options that control rendering process of DICOM image (frame).

public record RenderOptions

Constructors

NameDescription
RenderOptions()The default constructor.

Properties

NameDescription
static Default { get; }Default RenderOptions. Read-only RenderOptions.
OverlayColor { get; set; }The color used for displaying DICOM overlays. Default is white (White). Read-only Bgra32
ShowOverlays { get; set; }Specifies whether overlays have to be rendered or not. Default is . Read-only Boolean.

See Also