研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >滚动条 >setOrigin
记录滚动条所在工作区的原点(以像素为单位,相对于注入 div 原点)。这适用于在原点与主工作区不同的对象中使用滚动条的情况(例如,在浮出控件中)。
Signature:
setOrigin(x: number, y: number): void;
参数
参数 |
类型 |
说明 |
x |
number |
滚动条原点的 x 坐标(以 CSS 像素为单位)。 |
y |
number |
滚动条原点的 y 坐标(以 CSS 像素为单位)。 |
返回:
void
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-11。
[null,null,["最后更新时间 (UTC):2024-09-11。"],[[["The `Scrollbar.setOrigin()` method is used to set the origin of a scrollbar relative to its containing workspace, particularly useful when the scrollbar is within elements like flyouts that have different origins."],["It takes two parameters, `x` and `y`, representing the horizontal and vertical coordinates of the scrollbar's origin in CSS pixels, respectively."],["This method records the workspace origin for the scrollbar, ensuring proper positioning and functionality even when used in elements outside the main workspace area."]]],[]]