←Select platform

TotalBounds Property

Summary

The total bounding rectangle for the object.

Syntax
C#
VB
C++
public LeadRect TotalBounds {get; set;} 
Public Property TotalBounds() As LeadRect 
   Get 
   Set 
public:  
   property LeadRect^ TotalBounds 
   { 
      LeadRect^ get() 
      void set(LeadRect^ value) 
   } 

Property Value

The total bounding rectangle for an object (and its user-populated siblings). The default value is LeadRect.Empty.

Remarks

If the Siblings list is modified, this value will need to be updated by the user.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.