Microsoft SDK for Java

getPickFrame

This method of the Direct3dRMPickArray Class retrieves a Direct3dRMFrameArray object associated with this object.

Syntax

public Direct3dRMFrameArray getPickFrame(int index, D3dRMPickDesc desc);

Return Value

Returns the Direct3dRMFrameArray object if successful; otherwise, returns null.

Parameters

index The object to return. The index must be a value in the range of 0 to one less than the number returned by the getSize method.
desc The D3dRMPickDesc object that receives the pick description.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.