Enum FillMode
- Namespace
- Pie
- Assembly
- Pie.dll
Defines how polygons should be filled and drawn by the graphics device.
public enum FillMode
Fields
Solid = 0
Polygons will be completely filled.
Wireframe = 1
Polygons will be drawn in wireframe.
Defines how polygons should be filled and drawn by the graphics device.
public enum FillMode
Solid = 0
Polygons will be completely filled.
Wireframe = 1
Polygons will be drawn in wireframe.