ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / NativeBitmap Property

In This Topic
    NativeBitmap Property
    In This Topic
    Gets the internal image that is an IWICBitmap.
    Syntax
    'Declaration
     
    Public ReadOnly Property NativeBitmap As Bitmap
    public Bitmap NativeBitmap {get;}
    See Also