PresentParameters.Clone() Method (Microsoft.DirectX.Direct3D)
Clones, or copies, a PresentParameters object.
Definition
Visual Basic Overrides Public Function Clone() As Object C# public override object Clone(); C++ public:
virtual Object^ Clone() override;JScript public override function Clone() : Object;
Return Value
System.Object
An Object that represents the copied device.
Remarks
Exceptions
Microsoft Direct3D could not allocate sufficient memory to complete the call.