Framework.PresentParameters Property

Language:

Retrieves the PresentParameters object for the current Device object.

Definition

Visual Basic Public ReadOnly Property PresentParameters As PresentParameters
C# public PresentParameters PresentParameters { get; }
C++ public:
property PresentParameters^ PresentParameters {
        PresentParameters^ get();
}
JScript public function get PresentParameters() : PresentParameters

Property Value

Microsoft.DirectX.Direct3D.PresentParameters
The PresentParameters object for the current Device.

This property is read-only. 

Remarks

If no Device object exists yet, then PresentParameters returns a PresentParameters object with blank parameters.


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