Click or drag to resize

ControllerOnMouseClick Method

返回用户文档首页
Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public virtual void OnMouseClick(
	MouseButtons button,
	int x,
	int y,
	bool ctrl,
	bool alt,
	bool shift
)

Parameters

button  MouseButtons
 
x  Int32
 
y  Int32
 
ctrl  Boolean
 
alt  Boolean
 
shift  Boolean
 
See Also