RasterOrientation Enumeration |
The vertical orientation of the raster.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum RasterOrientation
Public Enumeration RasterOrientation
public enum class RasterOrientation
Members
| Member name | Description |
---|
| TopToBottom |
The raster has a top to bottom orientation.
|
| BottomToTop |
The raster has a bottom to top orientation.
|
See Also