ILNumerics Ultimate VS

IDriver.PickAt Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Performs picking on the current local scene

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

Nullable<int> PickAt(
	Point screenCoords,
	long timeMS
)

Parameters

screenCoords
Type: System.Drawing.Point
position in screen coordinates (pixels)
timeMS
Type: System.Int64
the time at which the scene is picked at

Return Value

Type: Nullable<Int32>
If an object is visible at the given position, its ID is returned. Otherwise null is returned.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference