Click or drag to resize

PickInfo Constructor (Int32, Int32)

Initializes a new instance of the PickInfo class

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

Parameters

x
Type: SystemInt32

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

y
Type: SystemInt32

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

See Also