Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / Factory Class / CreateDxgiSurfaceRenderTarget Method

In This Topic
    CreateDxgiSurfaceRenderTarget Method
    In This Topic
    HRESULT ID2D1Factory::CreateDxgiSurfaceRenderTarget([In] IDXGISurface* dxgiSurface,[In] const D2D1_RENDER_TARGET_PROPERTIES* renderTargetProperties,[Out, Fast] ID2D1RenderTarget** renderTarget)
    Syntax
    'Declaration
     
    Public Function CreateDxgiSurfaceRenderTarget( _
       ByVal dxgiSurface As Surface, _
       ByRef renderTargetProperties As RenderTargetProperties _
    ) As RenderTarget
    public RenderTarget CreateDxgiSurfaceRenderTarget( 
       Surface dxgiSurface,
       ref RenderTargetProperties renderTargetProperties
    )

    Parameters

    dxgiSurface
    renderTargetProperties
    See Also