OnPaintEventArgs Class |
Namespace: CefSharp.OffScreen
The OnPaintEventArgs type exposes the following members.
Name | Description | |
---|---|---|
OnPaintEventArgs |
Creates a new OnPaint event arg
|
Name | Description | |
---|---|---|
BufferHandle |
contains the pixel data for the whole image. Will be width * height * 4 bytes in size and
represents a BGRA image with an upper-left origin
| |
DirtyRect |
Contains a rectangle in pixel coordinates that needs to be repainted.
| |
Handled |
Gets or sets a value indicating whether the event is handled.
| |
Height |
Height
| |
IsPopup |
Indicates whether the element is the view or the popup widge
| |
Width |
Width
|
Name | Description | |
---|---|---|
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |