SoTouchEventSetFirstPosition Method |
Sets the first position (in pixels).
Namespace: OIV.Inventor.Touch.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.3.0 (10.16.3.0)
Syntaxpublic void SetFirstPosition(
SbVec2f name_23456
)
Public Sub SetFirstPosition (
name_23456 As SbVec2f
)
public:
void SetFirstPosition(
SbVec2f name_23456
)
member SetFirstPosition :
name_23456 : SbVec2f -> unit
Parameters
- name_23456
- Type: OIV.InventorSbVec2f
Remarks
See Also