แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
blockly > MetricsManager > getViewMetrics
MetricsManager.getViewMetrics()
รับเมตริกสําหรับพื้นที่ทํางานที่มองเห็นได้ในพิกัดพิกเซลหรือพื้นที่ทํางาน พื้นที่ทำงานที่มองเห็นไม่มีกล่องเครื่องมือหรือฟลายเอาต์
ลายเซ็น:
getViewMetrics(opt_getWorkspaceCoordinates?: boolean): ContainerRegion;
พารามิเตอร์
พารามิเตอร์ |
ประเภท |
คำอธิบาย |
opt_getWorkspaceCoordinates |
boolean |
(ไม่บังคับ) จริงเพื่อรับเมตริกมุมมองในพิกัดของพื้นที่ทํางาน และเท็จเพื่อรับเมตริกในพิกัดพิกเซล |
การคืนสินค้า:
ContainerRegion
ความกว้าง ความสูง ด้านบนและด้านซ้ายของวิวพอร์ตในพิกัดพื้นที่ทำงานหรือพิกัดพิกเซล
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-11 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-10-11 UTC"],[[["`MetricsManager.getViewMetrics()` provides the dimensions and position of the visible workspace area."],["The method can return metrics in either pixel or workspace coordinates, depending on the `opt_getWorkspaceCoordinates` parameter."],["Metrics exclude the toolbox and flyout, focusing solely on the main workspace area."]]],["The `getViewMetrics()` method in `MetricsManager` retrieves metrics for the visible workspace, excluding the toolbox and flyout. It accepts an optional boolean parameter, `opt_getWorkspaceCoordinates`, to specify whether to return metrics in workspace coordinates (true) or pixel coordinates (false). The method returns a `ContainerRegion` object, containing the viewport's width, height, top, and left values.\n"]]