Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / projectionType Enumeration

In This Topic
    projectionType Enumeration
    In This Topic
    Camera projection type.
    Syntax
    'Declaration
     
    Public Enum projectionType 
       Inherits System.Enum
    public enum projectionType : System.Enum 
    Members
    MemberDescription
    OrthographicOrthographic projection
    PerspectivePerspective projection
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.projectionType

    See Also