Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace : CombineFastCommandFlags Enumeration |
[FlagsAttribute()] public enum CombineFastCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum CombineFastCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CombineFastCommandFlags
[FlagsAttribute()] public enum CombineFastCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTCombineFastCommandFlags)
Leadtools.ImageProcessing.CombineFastCommandFlags = function() { }; Leadtools.ImageProcessing.CombineFastCommandFlags.prototype = {<br/> LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class CombineFastCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
These flags are divided into four groupings: source (SRC) flags, destination (DST) flags, operation (OP) flags, and resulting image (RES) flags. The flags apply only to the defined rectangles (not necessarily the whole image). The flags are applied in the following order:
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Flags that define treatment of the source rectangle | None, SourceNot, Source0, Source1 |
Flags that define treatment of the destination rectangle | DestinationNot, Destination0, Destination1 |
Flags that define the operation to use when combining the data | OperationOr, OperationXor, OperationAdd, OperationSubtractSource, OperationSubtractDestination, OperationMultiply, OperationDivideSource, OperationDivideDestination, OperationAverage, OperationMinimum, OperationMaximum |
Flags that define treatment of the resulting image rectangle | ResultNot, Result0, Result1, SourceCopy |
For more options use CombineCommand.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.CombineFastCommandFlags