PresentParameters.Clone() Method (Microsoft.DirectX.Direct3D)
Clones, or copies, a PresentParameters object.
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 ;
System.Object
An Objectthat represents the copied device.
Exceptions
OutOfMemoryException ![]()
Microsoft Direct3D could not allocate sufficient memory to complete the call.
Show:
