GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
/ Operators Enumeration
In This Topic
Specifies used operators when combining images.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum Operators
Inherits System.Enum
[ComVisible(true)]
public enum Operators : System.Enum
public enum Operators = class(System.Enum)
ComVisibleAttribute()
public enum Operators extends System.Enum
[ComVisible(true)]
__value public enum Operators : public System.Enum
[ComVisible(true)]
public enum class Operators : public System.Enum
Members
Member | Value | Description |
OperatorAbs | 5 | Pixel = Abs(Pixel, Source). |
OperatorAnd | 0 | Pixel = Pixel And Source. |
OperatorDivide | 7 | Pixel = Pixel / Source. |
OperatorLess | 9 | Pixel = Pixel - Source. |
OperatorMax | 4 | Pixel = Max(Pixel, Source). |
OperatorMin | 3 | Pixel = Min(Pixel, Source). |
OperatorMultiply | 6 | Pixel = (Pixel * Source) / 255. |
OperatorOr | 1 | Pixel = Pixel Or Source. |
OperatorPlus | 8 | Pixel = Pixel + Source. |
OperatorXor | 2 | Pixel = Pixel Xor Source. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.Operators
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace