←Select platform

Bounds Property

Summary

Gets or sets the LeadRect that represents the location and size of the detected zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRect Bounds { get; set; } 
Public Property Bounds As Leadtools.LeadRect 
public Leadtools.LeadRect Bounds {get; set;} 
@property (nonatomic, assign) LeadRect bounds 
public LeadRect getBounds() 
public void setBounds(LeadRect value) 
             
 <br/>get_Bounds();<br/>set_Bounds(value);<br/>Object.defineProperty('Bounds');  
public: 
property Leadtools.LeadRect Bounds { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.LeadRect ); 
} 

Property Value

LeadRect that represents the location and size of the detected zone.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

See Also

Reference

LeadZone Class

LeadZone Members

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