LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Flags Property (SegmentCommand)

Show in webframe







Gets or sets a flag that indicates the color space used in the segmentation.
Syntax
public SegmentCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As SegmentCommandFlags
'Usage
 
Dim instance As SegmentCommand
Dim value As SegmentCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public SegmentCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTSegmentCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property SegmentCommandFlags Flags {
   SegmentCommandFlags get();
   void set (    SegmentCommandFlags value);
}

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

See Also

Reference

SegmentCommand Class
SegmentCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.