| OnPaintEventArgs Properties | 
The OnPaintEventArgs type exposes the following members.
 Properties
Properties| 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
             | 
 See Also
See Also