[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DXGI.ISurfaceImageSourceManagerNative

Class ISurfaceImageSourceManagerNative

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

ISurfaceImageSourceManagerNative

[Guid("4C8798B7-1D88-4A0F-B59B-B93F600DE8C8")]
public class ISurfaceImageSourceManagerNative : ComObject, IDisposable, IUnknown
Inheritance
object
ISurfaceImageSourceManagerNative
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

ISurfaceImageSourceManagerNative(IntPtr)

Initializes a new instance of the ISurfaceImageSourceManagerNative class.

public ISurfaceImageSourceManagerNative(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

FlushAllSurfacesWithDevice(ComObject)

HRESULT ISurfaceImageSourceManagerNative::FlushAllSurfacesWithDevice([In] IUnknown* device)

public void FlushAllSurfacesWithDevice(ComObject device)

Parameters

device ComObject

Operators

explicit operator ISurfaceImageSourceManagerNative(IntPtr)

Performs an explicit conversion from System.IntPtr to ISurfaceImageSourceManagerNative.

public static explicit operator ISurfaceImageSourceManagerNative(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

ISurfaceImageSourceManagerNative