C#
VB
C++
Enumerated values that indicate the required contour points.
[FlagsAttribute()]
public enum RegionContourPointsCommandFlags
<FlagsAttribute()>
Public Enum RegionContourPointsCommandFlags
[FlagsAttribute()]
public enum class RegionContourPointsCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | All | Gets all region contour points ignoring their order. |
0x00000001 | Outside | Gets the outside region contour points only in an ordered way that allows you to reconstruct the outside region shape from these points. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET