AGI Components with Insight3D Alpha 2008 r8
AgGxImageOrientation Enumeration
Library ReferenceAGI.GraphicsAgGxImageOrientation
Orientation for an image in memory.
Declaration Syntax
C# Visual Basic Visual C++
public 
enum 
AgGxImageOrientation
Public 
Enumeration 
AgGxImageOrientation
public 
enum class 
AgGxImageOrientation
Members
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)