Click or drag to resize
SoEventSetPosition Method (SbVec2s)

Sets the window pixel location of the cursor when the event occurred.

Namespace: OIV.Inventor.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetPosition(
	SbVec2s p
)

Parameters

p
Type: OIV.InventorSbVec2s
Remarks

The position is relative to the lower left corner of the window in which the event occurred.

See Also