[]
Stores a set of three integers that represent the size of a 3D bar area.
public struct Bar
Name | Description |
---|---|
Bar(int, int, int) | Initialize a new instance of the Bar class with parameters. |
Name | Description |
---|---|
Empty | Indicates a new instance of a Bar structure whose property has not been initialized. |
Name | Description |
---|---|
Depth | Gets the depth of the bar. |
Height | Gets the height of the bar. |
IsEmpty | Gets true if bar is empty |
Width | Gets the width of the bar. |