Create
RenderOptionsFactory.Create method
Creates GrayscaleRenderOptions from the given pixelData and populate the options properties with values:
Bit Depth;
Rescale Slope;
Rescale Intercept;
Window Width;
Window Center;
public static GrayscaleRenderOptions? Create(PixelData pixelData)
| Parameter | Type | Description |
|---|---|---|
| pixelData | PixelData | The dataset to extract GrayscaleRenderOptions from. |
Return Value
The GrayscaleRenderOptions if options can be created or null.
See Also
- class GrayscaleRenderOptions
- class PixelData
- class RenderOptionsFactory
- namespace Aspose.Medical.Dicom.Imaging.RenderOptions
- assembly Aspose.Medical