The following tables list the members exposed by RasterWindowLevelDialog.
Public Constructors
Name | Description | |
---|---|---|
RasterWindowLevelDialog | Creates an instance of the Window Level dialog class. |
Public Methods
Name | Description | |
---|---|---|
GetDialogString | Gets a string for the specified Dialog String ID. | |
SetDialogString | Sets the new string for the specified Dialog String ID in order to change the dialog strings. |
Protected Methods
Name | Description | |
---|---|---|
Dispose | This member supports the LEADTOOLS infrastructure and is not intended to be used directly from your code. | |
OnHelp | Raises the Help event. |
Public Properties
Name | Description | |
---|---|---|
AutoProcess | Gets or sets the value that determines whether the dialog should perform window-leveling on the Image when the user clicks OK. | |
EndColor | Gets or sets the end color value for the gradient. | |
Factor | Gets or sets the factor to be applied in the method operation specified in the Mode drop-down list box in the LUT Curve section of the Window Leveling dialog box. | |
High | Gets or sets the high value for the range to be filled. | |
HighBit | Gets or sets a value that indicates the high bit used for leveling. | |
Image | Gets or sets the RasterImage that the dialog will preview if ShowPreview is true and will process if AutoProcess is true. | |
LookupTable | Gets or sets the lookup table that can be used to implement a user-defined conversion. | |
Low | Gets or sets the low value for the range to be filled. | |
LowBit | Gets or sets a value that indicates the low bit used for leveling. | |
ShowHelp | Gets or sets a value that indicates whether the dialog box will support Help. | |
ShowPreview | Gets or sets the value that determines whether the dialog should include a Preview Window which will display the Image. | |
ShowRange | Gets or sets the value that determines whether the dialog should include Range combo box. | |
ShowZoomLevel | Gets or sets the value that determines whether the dialog should include the Zoom Level Toolbar. | |
Signed | Gets or sets the value that determines whether the image that is being window-leveled is Signed or Unsigned. | |
StartColor | Gets or sets the start color value for the gradient. | |
WindowLevelFlags | Gets or sets the user selection values that will be passed to Leadtools.RasterPalette.WindowLevelFillLookupTable2(Leadtools.RasterColor[],Leadtools.RasterColor,Leadtools.RasterColor,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.RasterPaletteWindowLevelFlags). | |
ZoomToFit | Gets or sets the value that determines whether the dialog should display the Image Zoomed to fit the preview window. |
Public Events
Name | Description | |
---|---|---|
Help | Occurs when the user clicks the help button. |