LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

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.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also