pub type PolygonMode = PolygonMode;Expand description
Type of drawing mode for polygons
Aliased Type§
enum PolygonMode {
Fill = 0,
Line = 1,
Point = 2,
}pub type PolygonMode = PolygonMode;Type of drawing mode for polygons
enum PolygonMode {
Fill = 0,
Line = 1,
Point = 2,
}