Click or drag to resize

RasterOrientation Enumeration

The vertical orientation of the raster.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum RasterOrientation
Members
  Member nameDescription
TopToBottom The raster has a top to bottom orientation.
BottomToTop The raster has a bottom to top orientation.
See Also