←Select platform

RegionHorizontal Property

Summary

Gets the region for the object, stored as horizontal segments.

Syntax
C#
VB
C++
public ExObjSegmentList RegionHorizontal {get;} 
Public ReadOnly Property RegionHorizontal() As ExObjSegmentList 
   Get 
public:  
   property ExObjSegmentList^ RegionHorizontal 
   { 
      ExObjSegmentList^ get() 
   } 

Property Value

The contained region for the object (properly excluding or including its sub-children), stored as horizontal segments.

Remarks

ExObjRegionOptions.Horizontal must be true in order to populate this property.

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.