UNPKG
i-screen-shot
Version:
latest (0.1.0)
0.1.0
web端自定义截屏插件(Vue3版)
github.com/likaia/screen-shot
likaia/screen-shot
i-screen-shot
/
dist
/
module
/
split-methods
/
BoundaryJudgment.d.ts
9 lines
(8 loc)
•
360 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ positionInfoType }
from
"@/module/type/ComponentType"
;
/** * 获取工具栏工具边界绘制状态 *
@param
startX x轴绘制起点 *
@param
startY y轴绘制起点 *
@param
cutBoxPosition 裁剪框位置信息 */
export
declare
function
getDrawBoundaryStatus
(
startX
:
number
,
startY
:
number
,
cutBoxPosition
: positionInfoType
):
boolean
;