VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / OverlayBinaryCommand Class / BinaryOperationType Property
Syntax Requirements SeeAlso
In This Topic
    BinaryOperationType Property (OverlayBinaryCommand)
    In This Topic
    Gets or sets type of binary overlay operator.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Type of binary overlay operator.")>
    <DefaultValueAttribute(Replace)>
    Public Property BinaryOperationType As OverlayBinaryOperationType
    
    
    [Description("Type of binary overlay operator.")]
    [DefaultValue(Replace)]
    public OverlayBinaryOperationType BinaryOperationType { get; set; }
    
    
    [Description("Type of binary overlay operator.")]
    [DefaultValue(Replace)]
    public: __property OverlayBinaryOperationType get_BinaryOperationType();
    public: __property void set_BinaryOperationType(
    OverlayBinaryOperationType value
    );
    [Description("Type of binary overlay operator.")]
    [DefaultValue(Replace)]
    public:
    property OverlayBinaryOperationType BinaryOperationType { OverlayBinaryOperationType get(); void set(OverlayBinaryOperationType value); }

    Property Value

    Default value is OverlayBinaryOperationType.Replace.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also