[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.WindowRenderTarget

WindowRenderTarget Class

ID2D1HwndRenderTarget

Inheritance
WindowRenderTarget
Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2cd90698-12e2-11dc-9fed-001143a055f9")]
public class WindowRenderTarget : RenderTarget, IDisposable, IUnknown

Constructors

Name Description
WindowRenderTarget(IntPtr)

Initializes a new instance of the WindowRenderTarget class.

Methods

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)

Operators

Name Description
explicit operator WindowRenderTarget(IntPtr)

Performs an explicit conversion from IntPtr to WindowRenderTarget.