DefaultRenderHandler Class |
[Missing <summary> documentation for "T:CefSharp.OffScreen.DefaultRenderHandler"]
Namespace: CefSharp.OffScreen
The DefaultRenderHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultRenderHandler | Initializes a new instance of the DefaultRenderHandler class |
Name | Description | |
---|---|---|
![]() | BitmapBuffer |
Contains the last bitmap buffer. Direct access
to the underlying buffer - there is no locking when trying
to access directly, use BitmapLock where appropriate.
|
![]() | PopupBuffer |
The popup Bitmap.
|
![]() | PopupOpen |
Gets or sets a value indicating whether the popup is open.
|
![]() | PopupPosition |
Gets the popup position.
|
![]() | PopupSize |
Gets the size of the popup.
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the DefaultRenderHandler |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetScreenInfo | |
![]() | GetScreenPoint | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetViewRect | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCursorChange | |
![]() | OnImeCompositionRangeChanged | |
![]() | OnPaint | |
![]() | OnPopupShow | |
![]() | OnPopupSize | |
![]() | StartDragging | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateDragCursor |
Name | Description | |
---|---|---|
![]() | BitmapLock |
Need a lock because the caller may be asking for the bitmap
while Chromium async rendering has returned on another thread.
|