BioGTK  6.0.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions
BioGTK.Plugin.IPlugin Interface Reference

Public Member Functions

void Execute (string[] args)
 
void KeyUpEvent (object o, KeyPressEventArgs e)
 
void KeyDownEvent (object o, KeyPressEventArgs e)
 
void ScrollEvent (object o, ScrollEventArgs args)
 
void Render (object sender, SkiaSharp.Views.Desktop.SKPaintSurfaceEventArgs e)
 
void MouseMove (object o, PointD e, MotionNotifyEventArgs buts)
 
void MouseUp (object o, PointD e, ButtonReleaseEventArgs buts)
 
void MouseDown (object o, PointD e, ButtonPressEventArgs buts)
 

Properties

string Name [get]
 
string MenuPath [get]
 
bool ContextMenu [get]
 

Detailed Description

Definition at line 17 of file Plugin.cs.

Property Documentation

◆ ContextMenu

bool BioGTK.Plugin.IPlugin.ContextMenu
get

Definition at line 21 of file Plugin.cs.

21{ get; }

◆ MenuPath

string BioGTK.Plugin.IPlugin.MenuPath
get

Definition at line 20 of file Plugin.cs.

20{ get; }

◆ Name

string BioGTK.Plugin.IPlugin.Name
get

Definition at line 19 of file Plugin.cs.

19{ get; }

The documentation for this interface was generated from the following file: