Atalasoft.FormsProcessing.Geometry Namespace |
| Class | Description | |
|---|---|---|
| AtalaImageWindow | AtalaImageWindow is a way to look at the pixels of an image through a convex polygon window and matrix
transform. This allows a small portion of an image to be viewed through a transformation without having to keep
around an intermediate image. | |
| DisposableAtalaImageWindow | A version of AtalaImageWindow which disposes of its internal image when Dispose() is called. |
| Structure | Description | |
|---|---|---|
| ImmutableMatrix | This class represents an 2D geometry transform matrix. This is quite similar to
System.Drawing.Drawing2D.Matrix. However, this struct is both faster and immutable. |