←Select platform

Rectangle Property

Summary

Gets or sets a rectangle structure that contains the filter dimension that will be applied.

Syntax

C#
VB
WinRT C#
C++
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 ); 
} 

Property Value

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.

Example

Refer to FrequencyFilterCommand()

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