LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Bounds Property

Show in webframe







Gets or sets the Leadtools.LeadRect that represents the location and size of the detected zone.
Syntax
public LeadRect Bounds {get; set;}
'Declaration
 
Public Property Bounds As LeadRect
'Usage
 
Dim instance As LeadZone
Dim value As LeadRect
 
instance.Bounds = value
 
value = instance.Bounds
public LeadRect Bounds {get; set;}
@property (nonatomic, assign) LeadRect bounds;
public LeadRect getBounds()
public void setBounds(LeadRect value)
            
 
get_Bounds();
set_Bounds(value);
Object.defineProperty('Bounds');
public:
property LeadRect Bounds {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

Leadtools.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.