C#
VB
Objective-C
WinRT C#
C++
Gets or sets the flags that indicate the type of interpolation to use, if interpolation is used.
public CombineWarpCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.CombineWarpCommandFlags
public Leadtools.Imageprocessing.CombineWarpCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTCombineWarpCommandFlags flags
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.CombineWarpCommandFlags Flags {
Leadtools.Imageprocessing.CombineWarpCommandFlags get();
void set ( Leadtools.Imageprocessing.CombineWarpCommandFlags );
}
Flags that indicate the type of interpolation to use, if interpolation is used.
For an example, refer to CombineWarpCommand.
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