AllocateHierarchy.CreateFrame(String) Method (Microsoft.DirectX.Direct3D)
Requests allocation of a frame object.
Definition
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;
Parameters
name System.String
Name of the frame to create.
Return Value
Microsoft.DirectX.Direct3D.Frame
Created frame object.