ILNumerics Ultimate VS

PanelPickAt Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Determines the ID of the shape according to a specific pixel position inside the Rectangle output area at a specific point in time

[ILNumerics Visualization Engine]

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

public Nullable<int> PickAt(
	Point screenCoords,
	long timeMs
)

Parameters

screenCoords
Type: System.DrawingPoint
pixel coords, (0,0) is at upper left corner
timeMs
Type: SystemInt64
the point in time for rendering

Return Value

Type: NullableInt32
the id of the shape which exists at the given screen coordinates, null if no such shape exists

Implements

IDriverPickAt(Point, Int64)
Remarks

[ILNumerics Visualization Engine]

See Also

Reference