Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Bounds Property (LeadZone)








Gets or sets the 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)
            
 <br/>get_Bounds();<br/>set_Bounds(value);<br/>Object.defineProperty('Bounds'); 
public:
property LeadRect Bounds {
   LeadRect get();
   void set (    LeadRect value);
}

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

Error processing SSI file