Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Native.Gdi32 Namespace / CompatibleBitmap Class / ToBitmap Method


In This Topic
    ToBitmap Method
    In This Topic
    Gets the System.Drawing.Bitmap object from the compatible bitmap.
    Syntax
    'Declaration
     
    
    Public Function ToBitmap() As Bitmap
    'Usage
     
    
    Dim instance As CompatibleBitmap
    Dim value As Bitmap
     
    value = instance.ToBitmap()
    public Bitmap ToBitmap()

    Return Value

    The System.Drawing.Bitmap object represents image of this compatible bitmap.
    Remarks
    The compatible bitmap will be disposed after invoked this function.
    See Also