←Select platform

Rect Property

Summary

Gets or sets the homogeneous region of uniform speckles.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRect Rect { get; set; } 
Public Property Rect As Leadtools.LeadRect 
public Leadtools.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 Leadtools.LeadRect Rect { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.LeadRect ); 
} 

Property Value

Reference to a LeadRect that represents a homogeneous region of uniform speckle.

Example

Refer to the SRADAnisotropicDiffusionCommand example.

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