סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > utils > Rect
utils.Rect class
מחלקה לייצוג אזורים מלבניים.
Signature:
export declare class Rect
יצרנים
מאפיינים
שיטות
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]],[]]