RenderingEventArgsBitmapInfo Property |
Version 55.0.0
The bitmap info being rendered.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public WpfBitmapInfo BitmapInfo { get; }
public:
property WpfBitmapInfo^ BitmapInfo {
WpfBitmapInfo^ get ();
}
Property Value
Type:
WpfBitmapInfoThe bitmap information.
See Also