←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
C++
public DiscreteFourierTransformCommandFlags Flags { get; set; } 
Public Property Flags As DiscreteFourierTransformCommandFlags 
@property (nonatomic, assign) LTDiscreteFourierTransformCommandFlags 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly