RasterOrientation Enumeration |
The vertical orientation of the raster.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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