←Select platform

Flags Property

Summary

Gets or sets a flag that indicates the color space used in the segmentation.

Syntax
C#
VB
Objective-C
C++
Java
public SegmentCommandFlags Flags { get; set; } 
Public Property Flags As SegmentCommandFlags 
@property (nonatomic, assign) LTSegmentCommandFlags flags 
public int getFlags() 
public void setFlags(int value) 
public: 
property SegmentCommandFlags Flags { 
   SegmentCommandFlags get(); 
   void set (    SegmentCommandFlags ); 
} 

Property Value

Flag that indicates the color space used in the segmentation. For a list of possible values, refer to SegmentCommandFlags.

Example

Refer to SegmentCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly