![]() |
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.
|
Public Member Functions | |
| void | DrawLine (int x, int y, int x2, int y2) |
| void | DrawLine (PointF p, PointF p2) |
| void | FillRectangle (Rectangle r, ColorS col) |
| void | FillRectangle (RectangleF r, ColorS col) |
| void | DrawRectangle (Rectangle r) |
| void | DrawRectangle (RectangleF r) |
| void | DrawEllipse (Rectangle r) |
| void | DrawEllipse (RectangleF r) |
| void | FillEllipse (float xx, float yy, int w, int h, ColorS c) |
| void | FillEllipse (RectangleF r, ColorS c) |
| void | FillEllipse (Rectangle r, ColorS c) |
| void | FillPolygon (PointF[] pfs, Rectangle r) |
| void | FillPolygon (PointF[] pfs, RectangleF r) |
| bool | PointInPolygon (int x, int y) |
| void | FillPolygon (PointF[] pfs, Rectangle r, ColorS c) |
| void | FillPolygon (PointF[] pfs, RectangleF r, ColorS c) |
| void | DrawScanline (int x, int x2, int line, ColorS col) |
| void | Dispose () |
Static Public Member Functions | |
| static Graphics | FromImage (Bitmap b) |
Public Attributes | |
| Bitmap | buf |
| Pen | pen |
Definition at line 32 of file Graphics.cs.
| void BioImager.Graphics.Graphics.Dispose | ( | ) |
Definition at line 286 of file Graphics.cs.
| void BioImager.Graphics.Graphics.DrawEllipse | ( | Rectangle | r | ) |
Definition at line 158 of file Graphics.cs.
| void BioImager.Graphics.Graphics.DrawEllipse | ( | RectangleF | r | ) |
Definition at line 176 of file Graphics.cs.
| void BioImager.Graphics.Graphics.DrawLine | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
Definition at line 44 of file Graphics.cs.
| void BioImager.Graphics.Graphics.DrawLine | ( | PointF | p, |
| PointF | p2 | ||
| ) |
Definition at line 116 of file Graphics.cs.
| void BioImager.Graphics.Graphics.DrawRectangle | ( | Rectangle | r | ) |
Definition at line 134 of file Graphics.cs.
| void BioImager.Graphics.Graphics.DrawRectangle | ( | RectangleF | r | ) |
Definition at line 153 of file Graphics.cs.
| void BioImager.Graphics.Graphics.DrawScanline | ( | int | x, |
| int | x2, | ||
| int | line, | ||
| ColorS | col | ||
| ) |
Definition at line 279 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillEllipse | ( | float | xx, |
| float | yy, | ||
| int | w, | ||
| int | h, | ||
| ColorS | c | ||
| ) |
Definition at line 180 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillEllipse | ( | Rectangle | r, |
| ColorS | c | ||
| ) |
Definition at line 204 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillEllipse | ( | RectangleF | r, |
| ColorS | c | ||
| ) |
Definition at line 200 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillPolygon | ( | PointF[] | pfs, |
| Rectangle | r | ||
| ) |
Definition at line 208 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillPolygon | ( | PointF[] | pfs, |
| Rectangle | r, | ||
| ColorS | c | ||
| ) |
Definition at line 261 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillPolygon | ( | PointF[] | pfs, |
| RectangleF | r | ||
| ) |
Definition at line 248 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillPolygon | ( | PointF[] | pfs, |
| RectangleF | r, | ||
| ColorS | c | ||
| ) |
Definition at line 266 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillRectangle | ( | Rectangle | r, |
| ColorS | col | ||
| ) |
Definition at line 120 of file Graphics.cs.
| void BioImager.Graphics.Graphics.FillRectangle | ( | RectangleF | r, |
| ColorS | col | ||
| ) |
Definition at line 130 of file Graphics.cs.
|
static |
Definition at line 37 of file Graphics.cs.
| bool BioImager.Graphics.Graphics.PointInPolygon | ( | int | x, |
| int | y | ||
| ) |
Definition at line 253 of file Graphics.cs.
| Bitmap BioImager.Graphics.Graphics.buf |
Definition at line 34 of file Graphics.cs.
| Pen BioImager.Graphics.Graphics.pen |
Definition at line 35 of file Graphics.cs.