[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.ISurfaceImageSourceNative

ISurfaceImageSourceNative Class

ISurfaceImageSourceNative

Inheritance
ISurfaceImageSourceNative
Implements
Namespace: C1.Util.DX.DXGI
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("f2e9edc1-d307-4525-9886-0fafaa44163c")]
public class ISurfaceImageSourceNative : ComObject, IDisposable, IUnknown

Constructors

Name Description
ISurfaceImageSourceNative(IntPtr)

Initializes a new instance of the ISurfaceImageSourceNative class.

Methods

Name Description
BeginDraw(RectL, out Point2L, out Surface)

HRESULT ISurfaceImageSourceNative::BeginDraw([In] RECT updateRect,[Out] IDXGISurface** surface,[Out] POINT* offset)

EndDraw()

HRESULT ISurfaceImageSourceNative::EndDraw()

SetDevice(Device)

HRESULT ISurfaceImageSourceNative::SetDevice([In] IDXGIDevice* device)

Operators

Name Description
explicit operator ISurfaceImageSourceNative(IntPtr)

Performs an explicit conversion from IntPtr to ISurfaceImageSourceNative.