Microsoft DirectX 9.0 SDK Update (October 2004)

AllocateHierarchy.CreateFrame Method

Language:

Note: This documentation is preliminary and is subject to change.

Requests allocation of a frame object.

Definition

Visual Basic .NET MustOverride Public Function CreateFrame( _
    ByVal name As String _
) As Frame
C# public abstract Frame CreateFrame(
    string name
);
Managed C++ public: virtual Frame* CreateFrame(
    String *name
) = 0;
JScript .NET public abstract function CreateFrame(
    name : String
) : Frame;

Parameters

name System.String. Name of the frame to create.

Return Value

Microsoft.DirectX.Direct3D.Frame . Created frame object.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center