SpreadJS製品ヘルプ
ConnectorShape コンストラクタ
GC.Spread.Sheets.Shapes 名前空間 > ConnectorShape タイプ : ConnectorShape コンストラクタ
シェイプのホストシート。
シェイプの名前。
コネクターシェイプのタイプ。
コネクターシェイプの始点のx位置。
コネクターシェイプの始点のy位置。
コネクターシェイプの終点のx位置。
コネクターシェイプの終点のy位置。
ConnectorShapeを表します。
シンタックス
var instance = new GC.Spread.Sheets.Shapes.ConnectorShape(worksheet, name, connectorType, beginX, beginY, endX, endY);
function ConnectorShape( 
   worksheet : Worksheet,
   name : string,
   connectorType : ConnectorType,
   beginX : number,
   beginY : number,
   endX : number,
   endY : number
) : ConnectorShape;

パラメータ

worksheet
シェイプのホストシート。
name
シェイプの名前。
connectorType
コネクターシェイプのタイプ。
beginX
コネクターシェイプの始点のx位置。
beginY
コネクターシェイプの始点のy位置。
endX
コネクターシェイプの終点のx位置。
endY
コネクターシェイプの終点のy位置。
関連トピック

参照

ConnectorShape タイプ