[]
ID2D1HwndRenderTarget
[Guid("2cd90698-12e2-11dc-9fed-001143a055f9")]
public class WindowRenderTarget : RenderTarget, IDisposable, IUnknown
Name | Description |
---|---|
WindowRenderTarget(IntPtr) | Initializes a new instance of the WindowRenderTarget class. |
Name | Description |
---|---|
CheckWindowState() | D2D1_WINDOW_STATE ID2D1HwndRenderTarget::CheckWindowState() |
Create(Factory, RenderTargetProperties, HwndRenderTargetProperties) | Creates an WindowRenderTarget, a render target that renders to a window. |
GetHwnd() | HWND ID2D1HwndRenderTarget::GetHwnd() |
Resize(Size2L) | HRESULT ID2D1HwndRenderTarget::Resize([In] const D2D_SIZE_U* pixelSize) |
Name | Description |
---|---|
explicit operator WindowRenderTarget(IntPtr) | Performs an explicit conversion from IntPtr to WindowRenderTarget. |