←Select platform

Rect Property

Summary

Gets or sets the homogeneous region of uniform speckles.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRect Rect { get; set; } 
Public Property Rect As LeadRect 
@property (nonatomic, assign) LeadRect rect 
public LeadRect getRect() 
public void setRect(LeadRect value) 
public: 
property LeadRect Rect { 
   LeadRect get(); 
   void set (    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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly