Specifies the prespective view orientation.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public enum PerspectiveOrientation
Visual Basic (Declaration)
Public Enumeration PerspectiveOrientation
Visual C++
public enum class PerspectiveOrientation

Members

Member nameDescription
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.
BottomToTop
Specifies the vertical perspective orientation by setting up the vanishing point at the bottom of an element.

See Also