ILNumerics Ultimate VS

PickingDriver.PickAt 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.Drawing.Camera
point
Type: System.Drawing.Point
width
Type: System.Int32
height
Type: System.Int32
time (Optional)
Type: System.Int64
ignoreLogAxis (Optional)
Type: System.Boolean

Return Value

Type: Nullable<Int32>
See Also

Reference