LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Flags Property (FastFourierTransformCommand)






Gets or sets flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type. .NET support WinRT support
Syntax
public FastFourierTransformCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As FastFourierTransformCommandFlags
'Usage
 
Dim instance As FastFourierTransformCommand
Dim value As FastFourierTransformCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public FastFourierTransformCommandFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
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
Refer to FastFourierTransformCommand Constructor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FastFourierTransformCommand Class
FastFourierTransformCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.