Class GrayscaleRenderOptions
Namespace: Aspose.Medical.Dicom.Imaging.RenderOptions
Assembly: Aspose.Medical.dll (25.11.0)
Represents options that controls rendering process of grayscale images.
public sealed class GrayscaleRenderOptionsInheritance
object ← GrayscaleRenderOptions
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
GrayscaleRenderOptions()
public GrayscaleRenderOptions()Properties
BitDepth
The Aspose.Medical.Dicom.Imaging.RenderOptions.BitDepth options used to render image (specified in DICOM Dataset). Read-only Aspose.Medical.Dicom.Imaging.RenderOptions.BitDepth.
public required BitDepth BitDepth { get; init; }Property Value
Invert
Specifies whether a grayscale image should be rendered as inverted. Read-only System.Boolean.
public bool Invert { get; init; }Property Value
RescaleIntercept
Pixel data rescale interception. Read-only System.Double.
public required double RescaleIntercept { get; init; }Property Value
RescaleSlope
Pixel data rescale slope. Read-only System.Double.
public required double RescaleSlope { get; init; }Property Value
WindowCenter
Window center (horizontal). Read-only System.Double.
public double WindowCenter { get; init; }Property Value
WindowWidth
Window width. Read-only System.Double.
public double WindowWidth { get; init; }