[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.ISurfaceImageSourceNativeWithD2D

ISurfaceImageSourceNativeWithD2D Class

ISurfaceImageSourceNativeWithD2D

Inheritance
ISurfaceImageSourceNativeWithD2D
Implements
Namespace: C1.Util.DX.DXGI
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("54298223-41e1-4a41-9c08-02e8256864a1")]
public class ISurfaceImageSourceNativeWithD2D : ComObject, IDisposable, IUnknown

Constructors

Name Description
ISurfaceImageSourceNativeWithD2D(IntPtr)

Initializes a new instance of the ISurfaceImageSourceNativeWithD2D class.

Methods

Name Description
BeginDraw(RectL, Guid, out IntPtr, out Point2L)

HRESULT ISurfaceImageSourceNativeWithD2D::BeginDraw([In] const RECT& updateRect,[In] const GUID& iid,[Out] void** updateObject,[Out] POINT* offset)

EndDraw()

HRESULT ISurfaceImageSourceNativeWithD2D::EndDraw()

ResumeDraw()

HRESULT ISurfaceImageSourceNativeWithD2D::ResumeDraw()

SetDevice(ComObject)

HRESULT ISurfaceImageSourceNativeWithD2D::SetDevice([In] IUnknown* device)

SuspendDraw()

HRESULT ISurfaceImageSourceNativeWithD2D::SuspendDraw()

Operators

Name Description
explicit operator ISurfaceImageSourceNativeWithD2D(IntPtr)

Performs an explicit conversion from IntPtr to ISurfaceImageSourceNativeWithD2D.