[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DXGI.ISwapChainBackgroundPanelNative

Class ISwapChainBackgroundPanelNative

Namespace
GrapeCity.Documents.DX.DXGI
Assembly
GcDocs.DX.Windows.dll

ISwapChainBackgroundPanelNative

[Guid("43bebd4e-add5-4035-8f85-5608d08e9dc9")]
public class ISwapChainBackgroundPanelNative : ComObject, IDisposable, IUnknown
Inheritance
ISwapChainBackgroundPanelNative
Implements
Inherited Members

Constructors

ISwapChainBackgroundPanelNative(IntPtr)

Initializes a new instance of the ISwapChainBackgroundPanelNative class.

public ISwapChainBackgroundPanelNative(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Methods

SetSwapChain(SwapChain)

HRESULT ISwapChainBackgroundPanelNative::SetSwapChain([In] IDXGISwapChain* swapChain)

public void SetSwapChain(SwapChain swapChain)

Parameters

swapChain SwapChain

Operators

explicit operator ISwapChainBackgroundPanelNative(IntPtr)

Performs an explicit conversion from IntPtr to ISwapChainBackgroundPanelNative.

public static explicit operator ISwapChainBackgroundPanelNative(IntPtr nativePointer)

Parameters

nativePointer IntPtr

Returns

ISwapChainBackgroundPanelNative