Click or drag to resize
AB4D logo

DXHitTestContext Class

DXHitTestContext provides a context information for hit testing.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXHitTestContext

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class DXHitTestContext

The DXHitTestContext type exposes the following members.

Constructors
 NameDescription
Public methodDXHitTestContext(DXHitTestOptions) Constructor without DXScene. It is recommended to use the constructor with DXScene. This constructor can be used only for off-screen hit testing scenarios.
Public methodDXHitTestContext(DXScene) Constructor
Top
Properties
 NameDescription
Public propertyHitTestParameters Gets the currently used DXHitTestOptions object from the DXScene.
Top
Fields
 NameDescription
Public fieldDXScene DXScene. Note that this value can be null in case DXHitTestContext is created with DXHitTestOptions.
Top
See Also