![]() |
BioGTK
6.5.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
|
GTK widget that provides SkiaSharp rendering surface for slide content Manages the rendering pipeline and exposes Skia canvas for custom drawing. More...
Public Member Functions | |
| void | SetRenderer (SKSlideRenderer renderer) |
| Set the renderer that will provide content for this area. | |
| void | RequestRedraw () |
| Request redraw of the widget. | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Events | |
| Action< SKCanvas, int, int > | OnSkiaRender |
| Event fired during Skia rendering phase Allows custom drawing on top of the slide content (annotations, overlays, etc.) | |
GTK widget that provides SkiaSharp rendering surface for slide content Manages the rendering pipeline and exposes Skia canvas for custom drawing.
Definition at line 13 of file SlideArea.cs.
| BioGTK.SlideArea.SlideArea | ( | ) |
Definition at line 34 of file SlideArea.cs.
|
protected |
Definition at line 106 of file SlideArea.cs.
| void BioGTK.SlideArea.RequestRedraw | ( | ) |
Request redraw of the widget.
Definition at line 97 of file SlideArea.cs.
| void BioGTK.SlideArea.SetRenderer | ( | SKSlideRenderer | renderer | ) |
Set the renderer that will provide content for this area.
Definition at line 53 of file SlideArea.cs.
| Action<SKCanvas, int, int> BioGTK.SlideArea.OnSkiaRender |
Event fired during Skia rendering phase Allows custom drawing on top of the slide content (annotations, overlays, etc.)
Definition at line 21 of file SlideArea.cs.