SoEventGetPositionFloat Method (SbViewportRegion) |
Gets the viewport pixel location of the cursor when the event occurred, relative to the origin of the specified viewport region, as float values.
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec2f GetPositionFloat(
SbViewportRegion vpRgn
)
Public Function GetPositionFloat (
vpRgn As SbViewportRegion
) As SbVec2f
public:
SbVec2f GetPositionFloat(
SbViewportRegion vpRgn
)
member GetPositionFloat :
vpRgn : SbViewportRegion -> SbVec2f
Parameters
- vpRgn
- Type: OIV.InventorSbViewportRegion
Return Value
Type:
SbVec2fRemarks Position should be set for all events, but that may not be possible for some events in some display environments. If position was not available, the method returns the viewport origin.
See Also