Click or drag to resize

AtalaImageWindow Constructor

Creates a new AtalaImageWindow.
Overload List
  NameDescription
Public methodAtalaImageWindow(AtalaImage)
Creates a new AtalaImageWindow based on an image. This AtalaImageWindow is bounded by the image size and is not transformed.
Public methodAtalaImageWindow(AtalaImage, ImmutableMatrix)
Creates a new AtalaImageWindow based on an image, and a transformation matrix. This is done by transforming the bounds of the image with the given ImmutableMatrix to create convex polygon. This polygon is the "window" through which the given image is viewed.
Public methodAtalaImageWindow(AtalaImage, RectangleF)
Creates a new AtalaImageWindow based on an image, and a RectangleF. This AtalaImageWindow is bounded by the RectangleF but not transformed in any way.
Public methodAtalaImageWindow(AtalaImage, RectangleF, ImmutableMatrix)
Creates a new bounded AtalaImageWindow based on an image, a bounding rectangle and a transformation matrix. This is done by transforming the given RectangleF with the ImmutableMatrix to create convex quadrilateral. This quadrilateral is the "window" through which the given image is viewed.
Top
See Also