C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a flag that indicates the color space used in the segmentation.
public SegmentCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Color.SegmentCommandFlags
public Leadtools.Imageprocessing.Color.SegmentCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTSegmentCommandFlags flags
public int getFlags()
public void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Color.SegmentCommandFlags Flags {
Leadtools.Imageprocessing.Color.SegmentCommandFlags get();
void set ( Leadtools.Imageprocessing.Color.SegmentCommandFlags );
}
Flag that indicates the color space used in the segmentation. For a list of possible values, refer to SegmentCommandFlags.
Refer to SegmentCommand.
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