[]
ISurfaceImageSourceNative
[Guid("f2e9edc1-d307-4525-9886-0fafaa44163c")]
public class ISurfaceImageSourceNative : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
ISurfaceImageSourceNative(IntPtr) | Initializes a new instance of the ISurfaceImageSourceNative class. |
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) |
Name | Description |
---|---|
explicit operator ISurfaceImageSourceNative(IntPtr) | Performs an explicit conversion from IntPtr to ISurfaceImageSourceNative. |