ブロックする >blockRendering >MarkerSvg >positionRect_
blockRendering.MarkerSvg.positionRect_() メソッド
ワークスペース単位で指定した座標にマーカーを移動して表示します。塗りつぶしの長方形を表示します。
署名:
protected positionRect_(x: number, y: number, width: number, height: number): void;
パラメータ
パラメータ | 型 | 説明 |
---|---|---|
x | 数値 | ワークスペース ユニットの新しい x。 |
y | 数値 | ワークスペース単位での新しい y。 |
幅 | 数値 | 新しい幅(ワークスペース単位)。 |
height | 数値 | 新しい高さ(ワークスペース ユニット単位)。 |
戻り値:
void