ConnectShapesViaConnector
isi
[
bersembunyi
]ConnectShapesViaConnector(Shape, ConnectionPointPlace, Shape, ConnectionPointPlace, Shape)
Hubungkan bentuk melalui konektor.
public void ConnectShapesViaConnector(Shape shapeFrom, ConnectionPointPlace placeFrom,
Shape shapeTo, ConnectionPointPlace placeTo, Shape connector)
Parameter | Jenis | Keterangan |
---|---|---|
shapeFrom | Shape | Bentuk tempat konektor dimulaiShape . |
placeFrom | ConnectionPointPlace | Lokasi pada bentuk pertama dimana konektor akan dihubungkanConnectionPointPlace . |
shapeTo | Shape | Bentuk tempat konektor berakhirShape . |
placeTo | ConnectionPointPlace | Lokasi pada bentuk kedua dimana konektor akan dihubungkanConnectionPointPlace . |
connector | Shape | Bentuknya dengan tipe konektor DynamicShape . |
Lihat juga
- class Shape
- enum ConnectionPointPlace
- class Page
- ruang nama Aspose.Diagram
- perakitan Aspose.Diagram
ConnectShapesViaConnector(long, ConnectionPointPlace, long, ConnectionPointPlace, long)
Hubungkan bentuk melalui konektor.
public void ConnectShapesViaConnector(long shapeFromId, ConnectionPointPlace placeFrom,
long shapeToId, ConnectionPointPlace placeTo, long connectorId)
Parameter | Jenis | Keterangan |
---|---|---|
shapeFromId | Int64 | ID bentuk tempat konektor dimulaiShape . |
placeFrom | ConnectionPointPlace | Lokasi pada bentuk pertama dimana konektor akan dihubungkanConnectionPointPlace . |
shapeToId | Int64 | ID bentuk tempat konektor berakhirShape . |
placeTo | ConnectionPointPlace | Lokasi pada bentuk kedua dimana konektor akan dihubungkanConnectionPointPlace . |
connectorId | Int64 | ID bentuk dengan jenis konektor DinamisShape . |
Lihat juga
- enum ConnectionPointPlace
- class Page
- ruang nama Aspose.Diagram
- perakitan Aspose.Diagram
ConnectShapesViaConnector(long, string, long, string, long)
Hubungkan bentuk melalui konektor.
public void ConnectShapesViaConnector(long shapeFromId, string fromConnectionName, long shapeToId,
string toConnectionName, long connectorId)
Parameter | Jenis | Keterangan |
---|---|---|
shapeFromId | Int64 | ID bentuk tempat konektor dimulaiShape . |
fromConnectionName | String | Nama sambungan pada bentuk pertama tempat konektor akan dihubungkan. |
shapeToId | Int64 | ID bentuk tempat konektor berakhirShape . |
toConnectionName | String | Nama sambungan pada bentuk kedua tempat konektor akan dihubungkan. |
connectorId | Int64 | ID bentuk dengan jenis konektor DinamisShape . |
Lihat juga
- class Page
- ruang nama Aspose.Diagram
- perakitan Aspose.Diagram