LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (DiscreteFourierTransformCommand)

Show in webframe







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
public DiscreteFourierTransformCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As DiscreteFourierTransformCommandFlags
'Usage
 
Dim instance As DiscreteFourierTransformCommand
Dim value As DiscreteFourierTransformCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public DiscreteFourierTransformCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
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
Refer to DiscreteFourierTransformCommand.
Requirements

Target Platforms

See Also

Reference

DiscreteFourierTransformCommand Class
DiscreteFourierTransformCommand Members

 

 


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