SwapChainPanel Constructor

Definition

Initializes a new instance of the SwapChainPanel class.

public:
 SwapChainPanel();
 SwapChainPanel();
public SwapChainPanel();
function SwapChainPanel()
Public Sub New ()

Remarks

Important

Initialization through the constructor is not enough to enable the SwapChainPanel element to render the swap chain. You must use a native interface and Microsoft DirectX code. For more info see the "Initializing a SwapChainPanel element" section in the SwapChainPanel class topic.

Applies to