Orientation for an image in memory.
| C# | Visual Basic | Visual C++ |
public enum AgGxImageOrientation
Public Enumeration AgGxImageOrientation
public enum class AgGxImageOrientation
| Member | Description |
|---|---|
| ImageOrientationTopToBottom |
The pointer to the image points to the first
row of the image. That is, each row in the image is stored from top
to bottom.
|
| ImageOrientationBottomToTop |
The pointer to the image points to the last
row of the image. That is, each row in the image is stored from
bottom to top.
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)