LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Bounds Property
See Also 
Leadtools.ImageProcessing.Core Namespace > LeadZone Class : Bounds Property



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

Syntax

Visual Basic (Declaration) 
Public Property Bounds As LeadRect
Visual Basic (Usage)Copy Code
Dim instance As LeadZone
Dim value As LeadRect
 
instance.Bounds = value
 
value = instance.Bounds
C# 
public LeadRect Bounds {get; set;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also