UiPath Documentation
activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

用户界面自动化活动

上次更新日期 2026年5月14日

手指路径方法

使用此类型公开的方法配置FingerPath类:

AddPoint

将坐标点添加到 XY 轴,以表示设备屏幕上的手指路径。

定义

命名空间:UiPath.MobileAutomation.API.Models

程序集:UiPath.MobileAutomation.API(在 UiPath.MobileAutomation.API.dll 中)

public FingerPath AddPoint(
	double x,
	double y
)
public FingerPath AddPoint(
	double x,
	double y
)

x双精度:X 轴坐标。

y双精度:Y 轴坐标。

返回值

手指路径(来自public class FingerPath

XY 轴上表示手指在设备屏幕上的路径的所有点。

创建

创建手指路径。

定义

命名空间:UiPath.MobileAutomation.API.Models

程序集:UiPath.MobileAutomation.API(在 UiPath.MobileAutomation.API.dll 中)

public static FingerPath Create()
public static FingerPath Create()

返回值

手指路径(来自public class FingerPath

XY 轴上表示手指在设备屏幕上的路径的所有点。

  • AddPoint
  • 定义
  • 返回值
  • 创建
  • 定义
  • 返回值

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新