Click or drag to resize

Atalasoft.FormsProcessing.Geometry Namespace

 
Classes
  ClassDescription
Public classAtalaImageWindow
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.
Public classDisposableAtalaImageWindow
A version of AtalaImageWindow which disposes of its internal image when Dispose() is called.
Structures
  StructureDescription
Public structureImmutableMatrix
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.