ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
the id of the shape which exists at the given screen coordinates, null if no such shape exists
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
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: NullableInt32the 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