ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Bitmap Class / ToGdiplusBitmap Method
A Bitmap indicates the GDI bitmap.

In This Topic
    ToGdiplusBitmap Method
    In This Topic
    Creates a GDI+ Bitmap from a handle to a GDI bitmap.
    Syntax
    'Declaration
     
    
    Public Shared Function ToGdiplusBitmap( _
       ByVal bitmap As Bitmap _
    ) As Bitmap
    public static Bitmap ToGdiplusBitmap( 
       Bitmap bitmap
    )

    Parameters

    bitmap
    A Bitmap indicates the GDI bitmap.

    Return Value

    A System.Drawing.Bitmap indicates the GDI+ bitmap.
    See Also