Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / Bitmap Class / Create Method / Create(RenderTarget,BitmapSource,BitmapProperties) Method
The render target.
The wic bitmap.
The bitmap properties.

In This Topic
    Create(RenderTarget,BitmapSource,BitmapProperties) Method
    In This Topic
    Creates a Bitmap from a wic bitmap.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal renderTarget As RenderTarget, _
       ByVal wicBitmap As BitmapSource, _
       ByVal bitmapProperties As BitmapProperties _
    ) As Bitmap
    public static Bitmap Create( 
       RenderTarget renderTarget,
       BitmapSource wicBitmap,
       BitmapProperties bitmapProperties
    )

    Parameters

    renderTarget
    The render target.
    wicBitmap
    The wic bitmap.
    bitmapProperties
    The bitmap properties.
    See Also