Enum PolygonMode
PolygonMode enumeration
The polygon rasterization mode
public enum PolygonMode
Values
Name | Value | Description |
---|---|---|
Point | 0 | Polygon control points are drawn as points. |
Line | 1 | Boundary edges of the polygon are drawn as line segments. |
Fill | 2 | The interior of the polygon is filled. |
See Also
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D