| Package com.ms.com.directX |
Previous |
Microsoft Packages |
Index |
Next |
Applications use the methods of the d3drmFrameArray class to organize frame objects.
public class d3drmFrameArray implements Id3drmFrameArray
{
public void InternalSetObject(IUnknown lpdd);
public IUnknown InternalGetObject();
public int GetSize();
public d3drmFrame GetElement(int index);
}
There are the following methods:
| GetElement | GetSize |
The d3drmFrameArray object is obtained by calling the GetPick or GetChildren method.
public int GetSize();Retrieves the number of d3drmFrame objects associated with this object.
Return Value:
Returns the number of objects.
public d3drmFrame GetElement(int index);Retrieves one of the d3drmFrame objects associated with this object.
Return Value:
Returns the d3drmFrame object if successful, or null otherwise.
Parameter Description index Index identifying the object to return. Must be a value in the range of 0 to one less than the number returned by the GetSize method.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |