ConnectShapesViaConnectorIndex

ConnectShapesViaConnectorIndex(long, int, long, int, long)

Hubungkan bentuk melalui indeks konektor.

public void ConnectShapesViaConnectorIndex(long shapeFromId, int fromIndex, long shapeToId, 
    int toIndex, long connectorId)
Parameter Jenis Keterangan
shapeFromId Int64 ID bentuk tempat konektor dimulaiShape.
fromIndex Int32 Indeks koneksi pada bentuk pertama
shapeToId Int64 ID bentuk tempat konektor berakhirShape.
toIndex Int32 indeks koneksi pada bentuk kedua
connectorId Int64 ID bentuk dengan jenis konektor DinamisShape.

Lihat juga


ConnectShapesViaConnectorIndex(Shape, int, Shape, int, Shape)

Hubungkan bentuk melalui indeks konektor.

public void ConnectShapesViaConnectorIndex(Shape shapeFrom, int fromIndex, Shape shapeTo, 
    int toIndex, Shape connector)
Parameter Jenis Keterangan
shapeFrom Shape Bentuk tempat konektor dimulaiShape.
fromIndex Int32 Indeks koneksi pada bentuk pertama
shapeTo Shape Bentuk tempat konektor berakhirShape.
toIndex Int32 indeks koneksi pada bentuk kedua
connector Shape Bentuknya dengan tipe konektor DynamicShape.

Lihat juga