Show / Hide Table of Contents
View Source

Class WindowLevelPreset

Inheritance
System.Object
WindowLevelPreset
Namespace:EvilDICOM.CV.Helpers
Assembly:EvilDICOM.CV.dll
Syntax
public class WindowLevelPreset : object

Constructors

View Source

WindowLevelPreset(Double, Double)

Declaration
public WindowLevelPreset(double window, double level)
Parameters
Type Name Description
System.Double window
System.Double level

Properties

View Source

Level

Declaration
public double Level { get; set; }
Property Value
Type Description
System.Double
View Source

Window

Declaration
public double Window { get; set; }
Property Value
Type Description
System.Double
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX