InteropBitmapInfoBitmap Property |
Version 51.0.0
Gets the bitmap.
Namespace: CefSharp.Wpf.RenderingAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax public InteropBitmap Bitmap { get; }
public:
property InteropBitmap^ Bitmap {
InteropBitmap^ get ();
}
Property Value
Type:
InteropBitmapThe bitmap.
See Also