Click or drag to resize
Ab4d.SharpEngine logo

SceneViewGetRayFromNearPlane(Int32, Int32, Boolean, Boolean) Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromNearPlane(System.Int32,System.Int32,System.Boolean,System.Boolean)"]


Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
[ObsoleteAttribute("GetRayFromNearPlane that takes adjustForSupersamplingFactor parameter is obsolete because adjustForSupersamplingFactor is never used. Call the method without adjustForSupersamplingFactor parameter instead.")]
public Ray GetRayFromNearPlane(
	int x,
	int y,
	bool adjustForDpiScale,
	bool adjustForSupersamplingFactor
)

Parameters

x  Int32

[Missing <param name="x"/> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromNearPlane(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

y  Int32

[Missing <param name="y"/> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromNearPlane(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

adjustForDpiScale  Boolean

[Missing <param name="adjustForDpiScale"/> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromNearPlane(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

adjustForSupersamplingFactor  Boolean

[Missing <param name="adjustForSupersamplingFactor"/> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromNearPlane(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

Return Value

Ray

[Missing <returns> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromNearPlane(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneView.GetRayFromNearPlane(System.Int32,System.Int32,System.Boolean,System.Boolean)"]

See Also