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)
ParameterJenisKeterangan
shapeFromIdInt64ID bentuk tempat konektor dimulaiShape.
fromIndexInt32Indeks koneksi pada bentuk pertama
shapeToIdInt64ID bentuk tempat konektor berakhirShape.
toIndexInt32indeks koneksi pada bentuk kedua
connectorIdInt64ID 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)
ParameterJenisKeterangan
shapeFromShapeBentuk tempat konektor dimulaiShape.
fromIndexInt32Indeks koneksi pada bentuk pertama
shapeToShapeBentuk tempat konektor berakhirShape.
toIndexInt32indeks koneksi pada bentuk kedua
connectorShapeBentuknya dengan tipe konektor DynamicShape.

Lihat juga