調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >utils >長方形
utils.Rect クラス
長方形の領域を表すクラス。
署名:
export declare class Rect
コンストラクタ
プロパティ
プロパティ |
修飾子 |
タイプ |
説明 |
下 |
|
数値 |
|
左 |
|
数値 |
|
右 |
|
数値 |
|
上 |
|
数値 |
|
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-11 UTC。
[null,null,["最終更新日 2024-10-11 UTC。"],[[["The `utils.Rect` class in Blockly is used for representing rectangular regions using top, bottom, left, and right coordinates."],["It provides methods to check if a point is within the rectangle (`contains`), determine the rectangle's dimensions (`getHeight`, `getWidth`), and if it overlaps with another rectangle (`intersects`)."],["The rectangle's position and size are defined by its `top`, `bottom`, `left`, and `right` properties."]]],[]]