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

In This Topic
    rasterizerPolygonDrawingType Enumeration
    In This Topic
    The rasterizer polygon drawing type.
    Syntax
    'Declaration
     
    Public Enum rasterizerPolygonDrawingType 
       Inherits System.Enum
    public enum rasterizerPolygonDrawingType : System.Enum 
    Members
    MemberDescription
    Fill Draws the poligons filled
    Line Draws the polygons as lines
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.rasterizerPolygonDrawingType

    See Also