SoEventSetPosition Method (SbVec2s) |
Sets the window pixel location of the cursor when the event occurred.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetPosition(
SbVec2s p
)
Public Sub SetPosition (
p As SbVec2s
)
public:
void SetPosition(
SbVec2s p
)
member SetPosition :
p : SbVec2s -> unit
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