PaintEventArgs

Wisej.Web.PaintEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Provides data for the Paint event.

public class PaintEventArgs : EventArgs

Constructors

PaintEventArgs(graphics, clipRect)

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

Name
Type
Description

graphics

The Graphicsarrow-up-right used to paint the item.

clipRect

The Rectanglearrow-up-right that represents the rectangle in which to paint.

Properties

ClipRectangle

Rectanglearrow-up-right: Returns the rectangle in which to paint.

Graphics

Graphicsarrow-up-right: Returns the graphics used to paint.

Used By

Name
Description

Represents the method that will handle the Paint event of a Control.

Last updated

Was this helpful?