←Select platform

Outline Property

Summary

Gets the extracted outline for the object.

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

Property Value

The extracted outline for the object.

Remarks

ExtractObjectsCommand.Outline must be true during extraction, in order to populate this property.

For a single pixel object this will contain four points, one for each corner.

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.