[]
        
(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
object
ISwapChainBackgroundPanelNative
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ISwapChainBackgroundPanelNative(IntPtr)

Initializes a new instance of the ISwapChainBackgroundPanelNative class.

public ISwapChainBackgroundPanelNative(IntPtr nativePtr)

Parameters

nativePtr System.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 System.IntPtr to ISwapChainBackgroundPanelNative.

public static explicit operator ISwapChainBackgroundPanelNative(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

ISwapChainBackgroundPanelNative