←Select platform

Range Property

Summary

Gets or sets the frequency range to be computed when the DiscreteFourierTransformCommandFlags.InverseDiscreteFourierTransform flag is set.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public LeadRect Range { get; set; } 
Public Property Range As Leadtools.LeadRect 
public Leadtools.LeadRect Range {get; set;} 
@property (nonatomic, assign) LeadRect range 
 <br/>get_Range();<br/>set_Range(value);<br/>Object.defineProperty('Range');  
public: 
property Leadtools.LeadRect Range { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.LeadRect ); 
} 

Property Value

Specifies the frequency range to be computed when the DiscreteFourierTransformCommandFlags.InverseDiscreteFourierTransform flag is set. It specifies the frequency range that will be used in the image construction when DiscreteFourierTransformCommandFlags.InverseDiscreteFourierTransform is set. The left value refers to the minimum X harmonic, the right refers to the maximum X harmonic, the top refers to the minimum Y harmonic and the bottom refers to the maximum Y harmonic. The maximum X harmonic equals (Width -1) and the maximum Y harmonic equals (Height -1). The minimum X harmonic equals 0 and the minimum Y harmonic equals 0.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly