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

In This Topic
    RenderContextBase.matrixType Enumeration
    In This Topic
    Matrix type.
    Syntax
    'Declaration
     
    Public Enum RenderContextBase.matrixType 
       Inherits System.Enum
    public enum RenderContextBase.matrixType : System.Enum 
    Members
    MemberDescription
    All Modelview and projection
    ModelView Modelview
    Projection Projection
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.RenderContextBase.matrixType

    See Also