Click or drag to resize

CylinderFill Enumeration

Cylinder faces that can be filled.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
[FlagsAttribute]
public enum CylinderFill
Members
  Member nameDescription
Wall Fill the cylinder's wall.
BottomCap Fill the cylinder's bottom cap.
TopCap Fill the cylinder's top cap.
All Completely fill the cylinder, including its wall, bottom, and top cap.
See Also