ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / BitmapRenderTarget Class / Create Method / Create(RenderTarget,CompatibleRenderTargetOptions) Method
an instance of RenderTarget
A value that specifies whether the new render target must be compatible with GDI.

In This Topic
    Create(RenderTarget,CompatibleRenderTargetOptions) Method
    In This Topic
    Creates a bitmap render target for use during intermediate offscreen drawing that is compatible with the current render targe with same size, pixel size and pixel format.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal renderTarget As RenderTarget, _
       ByVal options As CompatibleRenderTargetOptions _
    ) As BitmapRenderTarget

    Parameters

    renderTarget
    an instance of RenderTarget
    options
    A value that specifies whether the new render target must be compatible with GDI.
    See Also