Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
Leadtools.Windows.Media.Effects.Core Namespace
See Also  Inheritance Hierarchy

Classes

ClassDescription
HalfTonePatternCommandBitmapEffect Creates a halftone screen effect for an image while keeping its continuous range of tones. This method is available in the Document/Medical toolkits.
MaximumCommandBitmapEffect Erodes dark objects by the specified amount. This command is available in the Document/Medical Toolkits.
MedianCommandBitmapEffect Changes the color of each pixel in an image to the median color of pixels in its neighborhood. This is similar to the AverageCommandBitmapEffect command, but it is used for noise reduction, rather than a blur effect.
MinimumCommandBitmapEffect Dilates dark objects by the specified amount.This command is available in the Document/Medical Toolkits.
MultiscaleEnhancementCommandBitmapEffect Enhances an image’s contrast, edges, and density range for use in Computed Radiography (CR), in a way that all relevant image features are rendered with an appropriate level of visibility. This command is available in the Medical toolkits.
ResizeInterpolateCommandBitmapEffect Applies different kinds of algorithms on images to resize them into the desired size.
SubtractBackgroundCommandBitmapEffect Removes the background from the image. This command is available in the Document/Medical and above toolkits.

Enumerations

EnumerationDescription
HalfTonePatternCommandBitmapEffectsType This enumeration contains the possible halftone patterns.
HalfTonePatternCommandBitmapEffectsTypeHelper  
MultiscaleEnhancementCommandBitmapEffectsFlags Flags that determine method behavior.
MultiscaleEnhancementCommandBitmapEffectsFlagsHelper  
MultiscaleEnhancementCommandBitmapEffectsType Values that determine the type of filter used.
MultiscaleEnhancementCommandBitmapEffectsTypeHelper  
ResizeInterpolateCommandBitmapEffectsType Represents the algorithm type used in resizing the image.
ResizeInterpolateCommandBitmapEffectsTypeHelper  
SubtractBackgroundCommandBitmapEffectsFlags Flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background. You must select one from each group.
SubtractBackgroundCommandBitmapEffectsFlagsHelper  
SubtractBackgroundCommandBitmapEffectsType Enumerated values that represent the shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.
SubtractBackgroundCommandBitmapEffectsTypeHelper  

See Also