Enum FillMode
Determines the fill mode to use when rendering triangles.
[DataContract]
public enum FillMode
- Extension Methods
Fields
Solid = 3Fill the triangles formed by the vertices.
Wireframe = 2Draw lines connecting the vertices.
Remarks
This enumeration is part of a Rasterizer State object description (see RasterizerStateDescription).