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

Rectangle Property (FrequencyFilterCommand)






Gets or sets a rectangle structure that contains the filter dimension that will be applied. .NET support WinRT support
Syntax
public LeadRect Rectangle {get; set;}
'Declaration
 
Public Property Rectangle As LeadRect
'Usage
 
Dim instance As FrequencyFilterCommand
Dim value As LeadRect
 
instance.Rectangle = value
 
value = instance.Rectangle
public LeadRect Rectangle {get; set;}
 get_Rectangle();
set_Rectangle(value);
public:
property LeadRect Rectangle {
   LeadRect get();
   void set (    LeadRect value);
}

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: 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

FrequencyFilterCommand Class
FrequencyFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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