ConnectShapesViaConnector

ConnectShapesViaConnector(Shape, ConnectionPointPlace, Shape, ConnectionPointPlace, Shape)

Hubungkan bentuk melalui konektor.

public void ConnectShapesViaConnector(Shape shapeFrom, ConnectionPointPlace placeFrom, 
    Shape shapeTo, ConnectionPointPlace placeTo, Shape connector)
ParameterJenisKeterangan
shapeFromShapeBentuk tempat konektor dimulaiShape.
placeFromConnectionPointPlaceLokasi pada bentuk pertama dimana konektor akan dihubungkanConnectionPointPlace.
shapeToShapeBentuk tempat konektor berakhirShape.
placeToConnectionPointPlaceLokasi pada bentuk kedua dimana konektor akan dihubungkanConnectionPointPlace.
connectorShapeBentuknya dengan tipe konektor DynamicShape.

Lihat juga


ConnectShapesViaConnector(long, ConnectionPointPlace, long, ConnectionPointPlace, long)

Hubungkan bentuk melalui konektor.

public void ConnectShapesViaConnector(long shapeFromId, ConnectionPointPlace placeFrom, 
    long shapeToId, ConnectionPointPlace placeTo, long connectorId)
ParameterJenisKeterangan
shapeFromIdInt64ID bentuk tempat konektor dimulaiShape.
placeFromConnectionPointPlaceLokasi pada bentuk pertama dimana konektor akan dihubungkanConnectionPointPlace.
shapeToIdInt64ID bentuk tempat konektor berakhirShape.
placeToConnectionPointPlaceLokasi pada bentuk kedua dimana konektor akan dihubungkanConnectionPointPlace.
connectorIdInt64ID bentuk dengan jenis konektor DinamisShape.

Lihat juga


ConnectShapesViaConnector(long, string, long, string, long)

Hubungkan bentuk melalui konektor.

public void ConnectShapesViaConnector(long shapeFromId, string fromConnectionName, long shapeToId, 
    string toConnectionName, long connectorId)
ParameterJenisKeterangan
shapeFromIdInt64ID bentuk tempat konektor dimulaiShape.
fromConnectionNameStringNama sambungan pada bentuk pertama tempat konektor akan dihubungkan.
shapeToIdInt64ID bentuk tempat konektor berakhirShape.
toConnectionNameStringNama sambungan pada bentuk kedua tempat konektor akan dihubungkan.
connectorIdInt64ID bentuk dengan jenis konektor DinamisShape.

Lihat juga