[]
ISurfaceImageSourceNative
[Guid("f2e9edc1-d307-4525-9886-0fafaa44163c")]
public class ISurfaceImageSourceNative : ComObject, IDisposable, IUnknown
Initializes a new instance of the ISurfaceImageSourceNative class.
public ISurfaceImageSourceNative(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT ISurfaceImageSourceNative::BeginDraw([In] RECT updateRect,[Out] IDXGISurface** surface,[Out] POINT* offset)
public HResult BeginDraw(RectL updateRect, out Point2L offset, out Surface surface)
HRESULT ISurfaceImageSourceNative::EndDraw()
public void EndDraw()
HRESULT ISurfaceImageSourceNative::SetDevice([In] IDXGIDevice* device)
public void SetDevice(Device device)
device
DevicePerforms an explicit conversion from System.IntPtr to ISurfaceImageSourceNative.
public static explicit operator ISurfaceImageSourceNative(IntPtr nativePointer)
nativePointer
System.IntPtr