InteropBitmapInfoCreateNewBitmap Property |
Version 51.0.0
Gets a value indicating whether [create new bitmap].
Namespace: CefSharp.Wpf.RenderingAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax public override bool CreateNewBitmap { get; }
public:
virtual property bool CreateNewBitmap {
bool get () override;
}
Property Value
Type:
Booleantrue if [create new bitmap]; otherwise,
false.
See Also