Click or drag to resize

DefaultRenderHandler Class

Version 67.0.0

[Missing <summary> documentation for "T:CefSharp.OffScreen.DefaultRenderHandler"]

Inheritance Hierarchy
SystemObject
  CefSharp.OffScreenDefaultRenderHandler

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
public class DefaultRenderHandler : IRenderHandler, 
	IDisposable

The DefaultRenderHandler type exposes the following members.

Constructors
  NameDescription
Public methodDefaultRenderHandler
Initializes a new instance of the DefaultRenderHandler class
Top
Properties
  NameDescription
Public propertyBitmapBuffer
Contains the last bitmap buffer. Direct access to the underlying buffer - there is no locking when trying to access directly, use BitmapLock where appropriate.
Public propertyPopupBuffer
The popup Bitmap.
Public propertyPopupOpen
Gets or sets a value indicating whether the popup is open.
Public propertyPopupPosition
Gets the popup position.
Public propertyPopupSize
Gets the size of the popup.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the DefaultRenderHandler
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetScreenInfo
Public methodGetScreenPoint
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetViewRect
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnCursorChange
Public methodOnImeCompositionRangeChanged
Public methodOnPaint
Public methodOnPopupShow
Public methodOnPopupSize
Public methodStartDragging
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateDragCursor
Top
Fields
  NameDescription
Public fieldBitmapLock
Need a lock because the caller may be asking for the bitmap while Chromium async rendering has returned on another thread.
Top
See Also