Eyeshot 9.0 WPF API Reference
rasterizerCullFaceType Enumeration

WPF Assembly > devDept.Graphics Namespace : rasterizerCullFaceType Enumeration
The rasterizer cull face type.
Syntax
'Declaration
 
Public Enum rasterizerCullFaceType 
   Inherits System.Enum
public enum rasterizerCullFaceType : System.Enum 
Members
MemberDescription
Back Culls the back faces
Front Culls the Front faces
None No face culling
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         devDept.Graphics.rasterizerCullFaceType

See Also

Reference

devDept.Graphics Namespace