Click or drag to resize

PickInfoGetClosestPoint Method

[Missing <summary> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestPoint(Microsoft.DirectX.Vector3@,Demo3D.Visuals.PointPickType)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool GetClosestPoint(
	out Vector3 point,
	PointPickType types
)

Parameters

point
Type: Microsoft.DirectXVector3

[Missing <param name="point"/> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestPoint(Microsoft.DirectX.Vector3@,Demo3D.Visuals.PointPickType)"]

types
Type: Demo3D.VisualsPointPickType

[Missing <param name="types"/> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestPoint(Microsoft.DirectX.Vector3@,Demo3D.Visuals.PointPickType)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestPoint(Microsoft.DirectX.Vector3@,Demo3D.Visuals.PointPickType)"]

See Also