Skip to main content
Version: 3.5

PaintEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Paint event.

public class PaintEventArgs : EventArgs

Constructors

Instance memberPaintEventArgs(graphics, clipRect)

Initializes a new instance of the PaintEventArgs class with the specified graphics and clipping rectangle.

NameTypeDescription
graphicsGraphicsThe Graphics used to paint the item.
clipRectRectangleThe Rectangle that represents the rectangle in which to paint.

Properties

Instance memberClipRectangle

Rectangle: Returns the rectangle in which to paint.

Instance memberGraphics

Graphics: Returns the graphics used to paint.

Used By

NameDescription
PaintEventHandlerRepresents the method that will handle the Paint event of a Control.