AllocateHierarchy.CreateFrame Method |
Language: |
Requests allocation of a frame object.
Visual Basic MustOverride Public Function CreateFrame( _
ByVal name As String _
) As FrameC# public abstract Frame CreateFrame(
string name
);C++ public:
virtual Frame^ CreateFrame(
String^ name
) abstract;JScript public abstract function CreateFrame(
name : String
) : Frame;
name System.String
Name of the frame to create.
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