使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
blockly >IMetricsManager >getFlyoutMetrics
IMetricsManager.getFlyoutMetrics() 方法
获取浮出控件的宽度和高度(以像素坐标表示)。默认情况下, 将获取简单浮出控件(直接归工作区所有)或工具箱拥有的浮出控件的指标。如果您将 opt_own
作为 true
传递,则系统将仅返回简单浮出控件的指标;如果工作区具有类别工具箱而不是简单的工具箱,则宽度和高度将返回 0。
Signature:
getFlyoutMetrics(opt_own?: boolean): ToolboxMetrics;
参数
参数 |
类型 |
说明 |
opt_own |
布尔值 |
(可选)是否仅返回工作区自己的浮出指标。 |
返回:
ToolboxMetrics
浮出控件的宽度和高度。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-25。"],[],["The `getFlyoutMetrics()` method retrieves the width and height of a flyout in pixels. It defaults to returning metrics for either a simple flyout or a toolbox's flyout. An optional boolean parameter, `opt_own`, restricts the method to only return metrics for a simple flyout. If `opt_own` is `true` and a category toolbox is present, it returns a width and height of 0. The method outputs the flyout's width and height as `ToolboxMetrics`.\n"]]