Performs the same task of FFT dialog (see also IEImage.DoImageProcessingPreviews()).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void FTClearZone(
	int tx1,
	int ty1,
	int tx2,
	int ty2,
	bool grayScale
)
Public Sub FTClearZone ( _
	tx1 As Integer, _
	ty1 As Integer, _
	tx2 As Integer, _
	ty2 As Integer, _
	grayScale As Boolean _
)
public:
void FTClearZone(
	int tx1, 
	int ty1, 
	int tx2, 
	int ty2, 
	bool grayScale
)

Parameters

tx1
Int32
Left coordinate of reduced FFT map. Corresponds to "FFT_Left" of IPDialogParams.
ty1
Int32
Top coordinate of reduced FFT map. Corresponds to "FFT_Top" of IPDialogParams.
tx2
Int32
Right coordinate of reduced FFT map. Corresponds to "FFT_Right" of IPDialogParams.
ty2
Int32
Bottom coordinate of reduced FFT map. Corresponds to "FFT_Bottom" of IPDialogParams.
grayScale
Boolean
Makes the bitmap grayscale. Corresponds to "FFT_GrayScale" of IPDialogParams.

See Also