研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
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):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["`IMetricsManager.getFlyoutMetrics()` retrieves the width and height of the flyout in pixels."],["It returns metrics for either the workspace's simple flyout or the toolbox flyout by default."],["Providing `opt_own` as `true` will solely return metrics for the simple flyout, returning 0 for width and height if a category toolbox is present instead."]]],[]]