←Select platform

TotalArea Property

Summary

Gets the total number of pixels for all segments in the list.

Syntax
C#
VB
C++
public uint TotalArea {get;} 
Public ReadOnly Property TotalArea() As UInteger 
   Get 
public:  
   property UInt32 TotalArea 
   { 
      UInt32 get() 
   } 

Property Value

The total number of pixels represented by the segment list.

Remarks

This is equivalent to the area of the region. Both ExObjObject.RegionHorizontal and ExObjObject.RegionVertical will report the same value.

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.