Creates a new RebarBandRenderer object which renders bands using the current theme.
A RebarBandRenderer object which renders bands using the current theme.
The Create methods of a RebarTheme implement a factory design pattern. When you want to draw using a theme, first create a renderer by calling a Create method, and then call the methods on the new renderer to perform the required drawing.
If you create a custom theme, override this method and return a new instance of your custom implementation of RebarBandRenderer.
RebarTheme Class | Skybound.Rebar.Rendering Namespace