Gets or sets flags that indicate the data to be shown and the plotting scale. You can use a bit-wise OR ( ¦ ) to specify one flag from each group.
public FourierTransformDisplayCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.FourierTransformDisplayCommandFlags
public Leadtools.Imageprocessing.Core.FourierTransformDisplayCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTFourierTransformDisplayCommandFlags flags
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Core.FourierTransformDisplayCommandFlags Flags {
Leadtools.Imageprocessing.Core.FourierTransformDisplayCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.FourierTransformDisplayCommandFlags );
}
Flags that indicate the data to be shown and the plotting scale. You can use a bit-wise OR ( ¦ ) to specify one flag from each group.
Refer to FourierTransformDisplayCommand.
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