Click or drag to resize

OnPaintEventArgs Properties

Version 71.0.0

The OnPaintEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBufferHandle
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
Public propertyDirtyRect
Contains a rectangle in pixel coordinates that needs to be repainted.
Public propertyHandled
Gets or sets a value indicating whether the event is handled.
Public propertyHeight
Height
Public propertyIsPopup
Indicates whether the element is the view or the popup widge
Public propertyWidth
Width
Top
See Also