Nevron .NET Vision
Nevron.Chart Namespace / TriangleRasterizationMode Enumeration


In This Topic
    TriangleRasterizationMode Enumeration
    In This Topic
    Enumerates the triangle rasterization modes used the grid surface binning
    Syntax
    'Declaration
     
    
    Public Enum TriangleRasterizationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TriangleRasterizationMode
    public enum TriangleRasterizationMode : System.Enum 
    Members
    MemberDescription
    AverageThe all triangle values are summed and the average value of all triangles affecting the cell is taken
    BottomMostOnly the bottom most triangle z value affects cell value
    TopMostOnly the top most triangle z value affects the cell value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.TriangleRasterizationMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also