|
Craig's Utility Library
4.0 Beta
|
Namespaces | |
| namespace | Procedural |
Classes | |
| class | RGBHistogram |
| Class used to create an RGB Histogram More... | |
| class | ScreenExtensions |
| Screen extensions | |
| class | SwiftBitmap |
| Bitmap wrapper. Helps make Bitmap access faster and a bit simpler. More... | |
| class | SwiftBitmapExtensions |
| SwiftBitmap extensions | |
Enumerations | |
| enum | Align { Align.Top, Align.Bottom, Align.Left, Align.Right } |
| Enum defining alignment More... | |
| enum | Direction { Direction.TopBottom = 0, Direction.LeftRight } |
| Direction More... | |
| enum | Quality { Quality.High, Quality.Low } |
| Enum defining quality More... | |
|
strong |
Enum defining alignment
| Enumerator | |
|---|---|
| Top |
Top |
| Bottom |
Bottom |
| Left |
Left |
| Right |
Right |
Definition at line 40 of file BitmapExtensions.cs.
|
strong |
Direction
| Enumerator | |
|---|---|
| TopBottom |
Top to bottom |
| LeftRight |
Left to right |
Definition at line 66 of file BitmapExtensions.cs.
|
strong |
Enum defining quality
| Enumerator | |
|---|---|
| High |
High |
| Low |
Low |
Definition at line 82 of file BitmapExtensions.cs.