roffer-d
Results
3
comments of
roffer-d
> line.getLayoutPoints('stroke', 'world') > > https://www.leaferjs.com/ui/reference/property/bounds.html#getlayoutpoints-type-iboundstype-box-relative-ilocationtype-ui-world-ipointdata 好的,感谢
> 监听属性变化: https://www.leaferjs.com/ui/reference/event/basic/Property.html 感谢,这样是能解决的。只是这样的话,只要属性值有变化就都会执行,但实际情况,我只是想在尺寸变化之后执行,或者说能不能只监听width、height变化,这样就更好了。
> 后面可以支持一下resize事件 👍