ILNumerics Ultimate VS

PickingDriverPickAt Method (Camera, Point, Int32, Int32, Int64, Boolean)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

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

public static Nullable<int> PickAt(
	Camera camera,
	Point point,
	int width,
	int height,
	long time = 0,
	bool ignoreLogAxis = true
)

Parameters

camera
Type: ILNumerics.DrawingCamera
point
Type: System.DrawingPoint
width
Type: SystemInt32
height
Type: SystemInt32
time (Optional)
Type: SystemInt64
ignoreLogAxis (Optional)
Type: SystemBoolean

Return Value

Type: NullableInt32
See Also

Reference