[]
ISurfaceImageSourceNativeWithD2D
[Guid("54298223-41e1-4a41-9c08-02e8256864a1")]
public class ISurfaceImageSourceNativeWithD2D : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
ISurfaceImageSourceNativeWithD2D(IntPtr) | Initializes a new instance of the ISurfaceImageSourceNativeWithD2D class. |
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() |
Name | Description |
---|---|
explicit operator ISurfaceImageSourceNativeWithD2D(IntPtr) | Performs an explicit conversion from IntPtr to ISurfaceImageSourceNativeWithD2D. |