Click or drag to resize

PickInfo Constructor (Point)

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(
	Point screen
)

Parameters

screen
Type: System.DrawingPoint

[Missing <param name="screen"/> documentation for "M:Demo3D.Visuals.PickInfo.#ctor(System.Drawing.Point)"]

See Also