ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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