CreateDxgiSurfaceRenderTarget Method
CreateDxgiSurfaceRenderTarget(Surface, ref RenderTargetProperties)
HRESULT ID2D1Factory::CreateDxgiSurfaceRenderTarget([In] IDXGISurface* dxgiSurface,[In] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties,[Out, Fast] ID2D1RenderTarget** renderTarget)
Declaration
public RenderTarget CreateDxgiSurfaceRenderTarget(Surface dxgiSurface, ref RenderTargetProperties renderTargetProperties)
Public Function CreateDxgiSurfaceRenderTarget(dxgiSurface As Surface, ByRef renderTargetProperties As RenderTargetProperties) As RenderTarget
Parameters
Returns