|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
[FlagsAttribute()] public enum SegmentCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum SegmentCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As SegmentCommandFlags
[FlagsAttribute()] public enum SegmentCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTSegmentCommandFlags)
public enum SegmentCommandFlags
Leadtools.ImageProcessing.Color.SegmentCommandFlags = function() { };
Leadtools.ImageProcessing.Color.SegmentCommandFlags.prototype = {<br/>
None = 0x00000000,
Rgb = 0x00000001,
Y = 0x00000002,
U = 0x00000003,
V = 0x00000004,
Uv = 0x00000005,
NgtvUv = 0x00000010,
};
[FlagsAttribute()] public enum class SegmentCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.SegmentCommandFlags