Flags that determine method behavior. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()]
public enum MultiscaleEnhancementCommandFlags
<FlagsAttribute()>
Public Enum MultiscaleEnhancementCommandFlags
typedef NS_OPTIONS(NSUInteger, LTMultiscaleEnhancementCommandFlags)
public enum MultiscaleEnhancementCommandFlags
[FlagsAttribute()]
public enum class MultiscaleEnhancementCommandFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | No Enhancement. |
0x00000010 | EdgeEnhancement | Add the edge enhancement option. When this flag is set, the EdgeLevels and EdgeCoefficient properties will be used. |
0x00000020 | LatitudeReduction | Add the latitude reduction option. When this flag is set, the LatitudeLevels and LatitudeCoefficient properties will be used. |
0x00000040 | DontUseThreading | Do not use threading. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document