Click or drag to resize

BaseComponentSetInputPositions Method

返回用户文档首页
设置输入位置

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public virtual bool SetInputPositions(
	List<Point> positions
)

Parameters

positions  ListPoint
输入位置序列

Return Value

Boolean
设置是否成功
See Also