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