Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / WicRenderTarget Class / Create Method
The factory.
The WIC bitmap.
The render target properties.

In This Topic
    Create Method (WicRenderTarget)
    In This Topic
    Initializes a new instance of the WicRenderTarget class from a GrapeCity.Documents.DX.WIC.Bitmap.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory, _
       ByVal wicBitmap As Bitmap, _
       ByVal renderTargetProperties As RenderTargetProperties _
    ) As WicRenderTarget
    public static WicRenderTarget Create( 
       Factory factory,
       Bitmap wicBitmap,
       RenderTargetProperties renderTargetProperties
    )

    Parameters

    factory
    The factory.
    wicBitmap
    The WIC bitmap.
    renderTargetProperties
    The render target properties.
    See Also