BendPoint Type
Union cases
| Union case |
Description
|
Full Usage:
FromDummyToDest isDstLeft
Parameters:
bool
|
|
Full Usage:
FromSourceToDest(isSrcLeft, isDstLeft)
Parameters:
bool
isDstLeft : bool
|
|
Full Usage:
FromSourceToDummy isSrcLeft
Parameters:
bool
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFromDummyToDest
Returns: bool
|
|
Full Usage:
this.IsFromSourceToDest
Returns: bool
|
|
Full Usage:
this.IsFromSourceToDummy
Returns: bool
|
|
B2R2