IShape
AddConnector Method
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void AddConnector(
IShape shape1,
IShape shape2
)
Sub AddConnector (
shape1 As IShape,
shape2 As IShape
)
void AddConnector(
IShape^ shape1,
IShape^ shape2
)
abstract AddConnector :
shape1 : IShape *
shape2 : IShape -> unit
Parameters
-
shape1
-
Type:
Spire.Presentation
IShape
-
shape2
-
Type:
Spire.Presentation
IShape
See Also