SoTouchEventSetPosition Method (SbVec2f) |
Sets the current position (in pixels) and the displacement vector.
Namespace: OIV.Inventor.Touch.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetPosition(
SbVec2f p
)
Public Sub SetPosition (
p As SbVec2f
)
public:
void SetPosition(
SbVec2f p
)
member SetPosition :
p : SbVec2f -> unit
Parameters
- p
- Type: OIV.InventorSbVec2f
Remarks
See Also