[]
ISwapChainBackgroundPanelNative
[Guid("43bebd4e-add5-4035-8f85-5608d08e9dc9")]
public class ISwapChainBackgroundPanelNative : ComObject, IDisposable, IUnknown
Initializes a new instance of the ISwapChainBackgroundPanelNative class.
public ISwapChainBackgroundPanelNative(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT ISwapChainBackgroundPanelNative::SetSwapChain([In] IDXGISwapChain* swapChain)
public void SetSwapChain(SwapChain swapChain)
swapChain
SwapChainPerforms an explicit conversion from System.IntPtr to ISwapChainBackgroundPanelNative.
public static explicit operator ISwapChainBackgroundPanelNative(IntPtr nativePointer)
nativePointer
System.IntPtr