←Select platform

Flags Property

Summary

Gets or set the flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, the clipping type, the used or computed frequencies range, the operation on the specified X harmonics range, and the operation on the specified Y harmonics range.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public DiscreteFourierTransformCommandFlags Flags { get; set; } 
@property (nonatomic, assign) LTDiscreteFourierTransformCommandFlags flags 
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');  

Property Value

Flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, the clipping type, the used or computed frequencies range, the operation on the specified X harmonics range, and the operation on the specified Y harmonics range. You can use a bitwise OR ( ¦ ) to specify one flag from each group.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly