ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / BitmapRenderTarget Class / Create Method / Create(RenderTarget,CompatibleRenderTargetOptions,Size2F) Method
an instance of RenderTarget
A value that specifies whether the new render target must be compatible with GDI.
The desired size of the new render target in device-independent pixels if it should be different from the original render target. For more information, see the Remarks section.

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

    Parameters

    renderTarget
    an instance of RenderTarget
    options
    A value that specifies whether the new render target must be compatible with GDI.
    desiredSize
    The desired size of the new render target in device-independent pixels if it should be different from the original render target. For more information, see the Remarks section.
    See Also