Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Rect Property








Gets or sets the homogeneous region of uniform speckles.
Syntax
public LeadRect Rect {get; set;}
'Declaration
 
Public Property Rect As LeadRect
'Usage
 
Dim instance As SRADAnisotropicDiffusionCommand
Dim value As LeadRect
 
instance.Rect = value
 
value = instance.Rect
public LeadRect Rect {get; set;}
@property (nonatomic, assign) LeadRect rect
public LeadRect getRect()
public void setRect(LeadRect value)
            
 <br/>get_Rect();<br/>set_Rect(value);<br/>Object.defineProperty('Rect'); 
public:
property LeadRect Rect {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

Reference to a LeadRect that represents a homogeneous region of uniform speckle.
Example
Refer to the SRADAnisotropicDiffusionCommand example.
Requirements

Target Platforms

See Also

Reference

SRADAnisotropicDiffusionCommand Class
SRADAnisotropicDiffusionCommand Members

Error processing SSI file