| Package com.ms.com.directX |
Previous |
Microsoft Packages |
Index |
Next |
public final class d3dPickRecord {
public byte bOpcode;
public byte bPad;
public int dwOffset;
public float dvZ;
}
Returns information about picked primitives in an execute buffer for the GetPickRecords method.
See also d3dDevice.
Fields
The x- and y-coordinates of the picked primitive are specified in the call to the Pick method that created the pick records.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |