BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
Loading...
Searching...
No Matches
BioImager.Plugin.IPlugin Interface Reference

Public Member Functions

void Execute (string[] args)
 
void KeyUpEvent (object o, KeyEventArgs e)
 
void KeyDownEvent (object o, KeyEventArgs e)
 
void KeyPressEvent (object o, KeyPressEventArgs e)
 
void ScrollEvent (object o, MouseEventArgs args)
 
void Paint (object o, PaintEventArgs e)
 
void Render (object o, PaintEventArgs e)
 
void MouseMove (object o, PointD e, MouseEventArgs buts)
 
void MouseUp (object o, PointD e, MouseEventArgs buts)
 
void MouseDown (object o, PointD e, MouseEventArgs buts)
 

Properties

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

Detailed Description

Definition at line 18 of file Plugin.cs.

Property Documentation

◆ ContextMenu

bool BioImager.Plugin.IPlugin.ContextMenu
get

Definition at line 22 of file Plugin.cs.

22{ get; }

◆ MenuPath

string BioImager.Plugin.IPlugin.MenuPath
get

Definition at line 21 of file Plugin.cs.

21{ get; }

◆ Name

string BioImager.Plugin.IPlugin.Name
get

Definition at line 20 of file Plugin.cs.

20{ get; }

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