Specifies the prespective view orientation.
            
      Namespace: Neodynamic.SDK
    Assembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0
Syntax
| Visual Basic (Declaration) | 
|---|
Public Enumeration PerspectiveOrientation  | 
| C# | 
|---|
public enum PerspectiveOrientation  | 
| Visual C++ | 
|---|
public enum class PerspectiveOrientation  | 
Members
| Member | Description | 
|---|---|
| BottomToTop | 
            Specifies the vertical perspective orientation by setting up the vanishing point at the bottom of an element.
              | 
| LeftToRight | 
            Specifies the horizontal perspective orientation by setting up the vanishing point at the left of an element.
              | 
| RightToLeft | 
            Specifies the horizontal perspective orientation by setting up the vanishing point at the right of an element.
              | 
| TopToBottom | 
            Specifies the vertical perspective orientation by setting up the vanishing point at the top of an element.
              |