Microsoft DirectX 9.0 SDK Update (October 2004)

PresentParameters.PresentParameters Constructor

Language:

Note: This documentation is preliminary and is subject to change.

Creates a new instance of the PresentParameters class.

Definition

Visual Basic .NET Public Sub New( _
    ByVal original As PresentParameters _
)
C# public PresentParameters(
    PresentParameters original
);
Managed C++ public: PresentParameters(
    PresentParameters *original
);
JScript .NET public function PresentParameters(
    original : PresentParameters
);

Parameters

original Microsoft.DirectX.Direct3D.PresentParameters. A PresentParameters object from which to create the new object.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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