AbstractRenderHandlerOnAcceleratedPaint Method  | 
Version 87.1.132 
            Called when an element has been rendered to the shared texture handle.
            This method is only called when 
SharedTextureEnabled is set to true
            
 
    Namespace: 
   CefSharp.Wpf.Rendering
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic virtual void OnAcceleratedPaint(
	bool isPopup,
	Rect dirtyRect,
	IntPtr sharedHandle
)
public:
virtual void OnAcceleratedPaint(
	bool isPopup, 
	Rect dirtyRect, 
	IntPtr sharedHandle
)
Parameters
- isPopup
 - Type: SystemBoolean
indicates whether the element is the view or the popup widget. - dirtyRect
 - Type: CefSharp.StructsRect
contains the set of rectangles in pixel coordinates that need to be repainted - sharedHandle
 - Type: SystemIntPtr
is the handle for a D3D11 Texture2D that can be accessed via ID3D11Device using the OpenSharedResource method. 
Implements
IRenderHandlerOnAcceleratedPaint(Boolean, Rect, IntPtr)
See Also