BioGTK  5.1.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images.
Loading...
Searching...
No Matches
BioGTK.PlateTool Class Reference
Inheritance diagram for BioGTK.PlateTool:

Static Public Member Functions

static PlateTool Create ()
 

Protected Member Functions

 PlateTool (Builder builder, IntPtr handle)
 

Constructor & Destructor Documentation

◆ PlateTool()

BioGTK.PlateTool.PlateTool ( Builder  builder,
IntPtr  handle 
)
inlineprotected
33 : base(handle)
34 {
35 _builder = builder;
36 builder.Autoconnect(this);
37 pictureBox.Drawn += PictureBox_Drawn;
38 pictureBox.ButtonPressEvent += PictureBox_ButtonPressEvent;
39 pictureBox.AddEvents((int)
40 (EventMask.ButtonPressMask
41 | EventMask.ButtonReleaseMask
42 | EventMask.KeyPressMask
43 | EventMask.PointerMotionMask | EventMask.ScrollMask));
44 App.ApplyStyles(this);
45 }

Member Function Documentation

◆ Create()

static PlateTool BioGTK.PlateTool.Create ( )
inlinestatic
26 {
27 Builder builder = new Builder(new FileStream(System.IO.Path.GetDirectoryName(Environment.ProcessPath) + "/" + "Glade/Plate.glade", FileMode.Open));
28 PlateTool v = new PlateTool(builder, builder.GetObject("plate").Handle);
29 v.Show();
30 return v;
31 }
PlateTool(Builder builder, IntPtr handle)
Definition Plate.cs:33

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