Class PowerLineTools
PowerLine tools
Inheritance
object
PowerLineTools
Namespace
Syntax
public static class PowerLineTools
Methods
RenderSegments(List<PowerLineSegment>)
Renders the segments
Returns
string
Declaration
public static string RenderSegments(List<PowerLineSegment> segments)
Parameters
| Name | Type | Description |
|---|---|---|
| segments | List<PowerLineSegment> | List of segments to render |
RenderSegments(List<PowerLineSegment>, Color)
Renders the segments
Returns
string
Declaration
public static string RenderSegments(List<PowerLineSegment> segments, Color EndingColor)
Parameters
| Name | Type | Description |
|---|---|---|
| segments | List<PowerLineSegment> | List of segments to render |
| EndingColor | Color | Ending background color for the last segment transition |