Click or drag to resize

PickInfo(Int32, Int32) Constructor

Initializes a new instance of the PickInfo class

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public PickInfo(
	int x,
	int y
)

Parameters

x  Int32

[Missing <param name="x"/> documentation for "M:Demo3D.Visuals.PickInfo.#ctor(System.Int32,System.Int32)"]

y  Int32

[Missing <param name="y"/> documentation for "M:Demo3D.Visuals.PickInfo.#ctor(System.Int32,System.Int32)"]

See Also