AllocateHierarchy.CreateFrame Method

Language:

Requests allocation of a frame object.

Definition

Visual Basic MustOverride Public Function CreateFrame( _
    ByVal name As String _
) As Frame
C# public abstract Frame CreateFrame(
    string name
);
C++ public:
virtual FrameCreateFrame(
    Stringname
) abstract;
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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