The following tables list the members exposed by IntensityDetectCommand.
| Name | Description | |
|---|---|---|
| IntensityDetectCommand Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| Channel | Gets or sets a flag that indicates the channel to process. Supported in Silverlight, Windows Phone 7 |
| HasProgress | Determines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| HighThreshold | Gets or sets a value that represents the highest intensity to detect. Supported in Silverlight, Windows Phone 7 |
| InColor | Gets or sets a color used to fill those pixels having an intensity value between LowThreshold and HighThreshold. Supported in Silverlight, Windows Phone 7 |
| LowThreshold | Gets or sets a value that represents the lowest intensity to detect. Supported in Silverlight, Windows Phone 7 |
| OutColor | Gets or sets a color used to fill those pixels having an intensity value less than LowThreshold or greater than HighThreshold. Supported in Silverlight, Windows Phone 7 |
| Name | Description | |
|---|---|---|
| OnProgress | Implements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| Run | Implements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| ToString | Overridden. Returns a meaningful name for this class. Supported in Silverlight, Windows Phone 7 |
| Name | Description | |
|---|---|---|
| Progress | Implements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |