←Select platform

Bounds Property

Summary

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

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

Leadtools.ImageProcessing.Core Assembly