Usages of IBridgeCreator
Properties
| defaultBridgeCreator | in BridgeManager | Gets or sets the default implementation of the IBridgeCreator that will be used if addBridges is invoked with a null callback argument. |
Method Return Values
| getBridgeCreator (IEdge) | in PathEdgeStyleBase | Yields the IBridgeCreator to use for adding bridges to the visualized path. | |
| create () | in IBridgeCreator |
Method Parameters
| BridgeManager () | in BridgeManager | Initializes a new instance of the BridgeManager class. | |
| addBridges (IRenderContext, GeneralPath, IBridgeCreator?) | in BridgeManager | Core method that will add bridges to a GeneralPath using the IBridgeCreator callback to determine the type of the bridges. |