SwapChainPanel Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.