←Select platform

RegionContourPointsCommandFlags Enumeration

Summary
Enumerated values that indicate the required contour points.
Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum RegionContourPointsCommandFlags   
[FlagsAttribute()] 
public enum class RegionContourPointsCommandFlags   
class RegionContourPointsCommandFlags(Enum): 
   All = 0 
   Outside = 1 
Members
ValueMemberDescription
0x00000000All Gets all region contour points ignoring their order.
0x00000001Outside Gets the outside region contour points only in an ordered way that allows you to reconstruct the outside region shape from these points.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

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