Class CropCanvas
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.