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 > FastFourierTransformCommand Class : Flags Property



Gets or sets flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type.

Syntax

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

Property Value

Flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type. You can use a bit-wise 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