Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Flags Property
See Also 
Leadtools.ImageProcessing.Core Namespace > DiscreteFourierTransformCommand Class : Flags Property



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

Visual Basic (Declaration) 
Public Property Flags As DiscreteFourierTransformCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As DiscreteFourierTransformCommand
Dim value As DiscreteFourierTransformCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public DiscreteFourierTransformCommandFlags Flags {get; set;}
C++/CLI 
public:
property DiscreteFourierTransformCommandFlags Flags {
   DiscreteFourierTransformCommandFlags get();
   void set (DiscreteFourierTransformCommandFlags value);
}

Return 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.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also