PaintEventArgs

Wisej.Web.PaintEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for the Paint event.

public class PaintEventArgs : EventArgs

Constructors

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

Properties

Rectangle: Returns the rectangle in which to paint.

Graphics: Returns the graphics used to paint.

Used By

Last updated