IntersectInformation.Dist Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the distance along the ray where the intersection occurred.

Definition

Visual Basic Public Property Dist As Single
C# public float Dist { get; set; }
C++ public:
property float Dist {
        float get();
        void set(float value);
}
JScript public function get Dist() : float
public function set Dist(float);

Property Value

System.Single
Floating-point value that represents the distance of the intersection.

This property is read/write.