binaryOperationType Property (OverlayBinaryRequestParams)
Gets or sets type of binary overlay operator.
'Declaration
Public Property binaryOperationType As Vintasoft.Imaging.ImageProcessing.OverlayBinaryOperationType
public Vintasoft.Imaging.ImageProcessing.OverlayBinaryOperationType binaryOperationType { get; set; }
public: __property Vintasoft.Imaging.ImageProcessing.OverlayBinaryOperationType get_binaryOperationType();
public: __property void set_binaryOperationType(
Vintasoft.Imaging.ImageProcessing.OverlayBinaryOperationType
);
public:
property Vintasoft.Imaging.ImageProcessing.OverlayBinaryOperationType binaryOperationType {
Vintasoft.Imaging.ImageProcessing.OverlayBinaryOperationType get();
void set(Vintasoft.Imaging.ImageProcessing.OverlayBinaryOperationType );
}
Property Value
Default value is Vintasoft.Imaging.ImageProcessing.OverlayBinaryOperationType.Replace.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5