[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DXGI.ISwapChainPanelNative

Class ISwapChainPanelNative

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

ISwapChainPanelNative

[Guid("F92F19D2-3ADE-45A6-A20C-F6F1EA90554B")]
public class ISwapChainPanelNative : ComObject, IDisposable, IUnknown
Inheritance
object
ISwapChainPanelNative
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

ISwapChainPanelNative(IntPtr)

Initializes a new instance of the ISwapChainPanelNative class.

public ISwapChainPanelNative(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

SetSwapChain(SwapChain)

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

public void SetSwapChain(SwapChain swapChain)

Parameters

swapChain SwapChain

Operators

explicit operator ISwapChainPanelNative(IntPtr)

Performs an explicit conversion from System.IntPtr to ISwapChainPanelNative.

public static explicit operator ISwapChainPanelNative(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

ISwapChainPanelNative