Table of Contents

Class CropCanvas

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

Represents an operator that crops the active drawing subregion of each canvas in the sequence.

public class CropCanvas : Transform<Canvas, Canvas>
Inheritance
CropCanvas
Inherited Members

Properties

RegionOfInterest

Gets or sets a rectangle specifying the region of interest inside the canvas.

Methods

Process(IObservable<Canvas>)

Crops the active drawing subregion of each canvas in an observable sequence.