Share via


CD2DResource::ReCreate

Re-creates a CD2DResource.

virtual HRESULT ReCreate(
   CRenderTarget* pRenderTarget
);

Parameters

  • pRenderTarget
    A pointer to the render target.

Return Value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header: afxrendertarget.h

See Also

Reference

CD2DResource Class