Gets or sets a rectangle structure that contains the filter dimension that will be applied.
public LeadRect Rectangle { get; set; }
Public Property Rectangle As Leadtools.LeadRect
public Leadtools.LeadRect Rectangle {get; set;}
<br/>get_Rectangle();<br/>set_Rectangle(value);<br/>Object.defineProperty('Rectangle');
public:
property Leadtools.LeadRect Rectangle {
Leadtools.LeadRect get();
void set ( Leadtools.LeadRect );
}
Rectangle structure that contains the filter dimension that will be applied, it represents the frequency range to be kept or removed. 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.
Refer to FrequencyFilterCommand()
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET