BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
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, Direct2D dx)
 
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 16 of file Plugin.cs.

Property Documentation

◆ ContextMenu

bool BioImager.Plugin.IPlugin.ContextMenu
get

Definition at line 20 of file Plugin.cs.

20{ get; }

◆ MenuPath

string BioImager.Plugin.IPlugin.MenuPath
get

Definition at line 19 of file Plugin.cs.

19{ get; }

◆ Name

string BioImager.Plugin.IPlugin.Name
get

Definition at line 18 of file Plugin.cs.

18{ get; }

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