Table of Contents

Operator operator +

Namespace
Bonsai.Vision.Drawing
Assembly
Bonsai.Vision.dll

operator +(Canvas, Canvas)

Concatenates the drawing operations of two specified canvas.

public static Canvas operator +(Canvas left, Canvas right)

Parameters

left Canvas

The first canvas to concatenate.

right Canvas

The second canvas to concatenate.

Returns

Canvas

A new Canvas object representing the application of the operations of the left canvas, followed by the operations of the right canvas.