ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.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 C1.Util.DX.WIC.Bitmap.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory, _
       ByVal wicBitmap As Bitmap, _
       ByVal renderTargetProperties As RenderTargetProperties _
    ) As WicRenderTarget

    Parameters

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