Click or drag to resize

PaintEventArgs Properties

Version 130.1.90

The PaintEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyBuffer Pointer to the unmanaged buffer that holds the bitmap. The buffer shouldn't be accessed outside the scope of Paint event. A copy should be taken as the buffer is reused internally and may potentialy be freed.
Public propertyDirtyRect contains the set of rectangles in pixel coordinates that need to be repainted
Public propertyHandled Gets or sets a value indicating whether the event is handled.
Public propertyHeight Height
Public propertyIsPopup Is the OnPaint call for a Popup or the Main View
Public propertyWidth Width
Top
See Also