LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (FastFourierTransformCommand)

Show in webframe







Gets or sets flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type.
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);
Object.defineProperty('Flags');
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

See Also

Reference

FastFourierTransformCommand Class
FastFourierTransformCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.