Gets or sets flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type.
public FastFourierTransformCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.FastFourierTransformCommandFlags
public Leadtools.Imageprocessing.Core.FastFourierTransformCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTFastFourierTransformCommandFlags flags
public int getFlags()
public void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Core.FastFourierTransformCommandFlags Flags {
Leadtools.Imageprocessing.Core.FastFourierTransformCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.FastFourierTransformCommandFlags );
}
Flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type. You can use a bit-wise OR ( ¦ ) to specify one flag from each group.
Refer to #ctor.
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