C#
VB
Objective-C
WinRT C#
C++
Flags for the CombineWarpCommand.Flags property.
[FlagsAttribute()]
public enum CombineWarpCommandFlags
<FlagsAttribute()>
Public Enum CombineWarpCommandFlags
[FlagsAttribute()]
public enum CombineWarpCommandFlags
typedef NS_OPTIONS(NSUInteger, LTCombineWarpCommandFlags)
Leadtools.ImageProcessing.CombineWarpCommandFlags = function() { };
Leadtools.ImageProcessing.CombineWarpCommandFlags.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
[FlagsAttribute()]
public enum class CombineWarpCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Default (No interpolation). |
0x00000001 | Bilinear | Bilinear interpolation. This value is only valid if the bits per pixel of the image is 1-bit, 8-bit grayscale, 12-bit without a lookup table, 16-bit without a lookup table, 24, 32, 48, or 64. |
0x00000002 | Reserved1 | Reserved. |
0x00000004 | Reserved2 | Reserved. |
0x00000008 | Reserved3 | Reserved. |
0x00000010 | Reserved4 | Reserved. |
0x00000020 | Reserved5 | Reserved. |
0x00000040 | Reserved6 | Reserved. |
0x00000080 | Reserved7 | Reserved. |
0x00000100 | Reserved8 | Reserved. |
0x00000200 | Reserved9 | Reserved. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET