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

Flags Property (DiscreteFourierTransformCommand)






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. .NET support WinRT support
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);
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: 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

DiscreteFourierTransformCommand Class
DiscreteFourierTransformCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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