System.Drawing.Design.PaintValueEventArgs Members

The members of System.Drawing.Design.PaintValueEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the rectangle that indicates the area in which the painting should be done.

[read-only]
ContextSystem.ComponentModel.ITypeDescriptorContext.

Gets the System.ComponentModel.ITypeDescriptorContext interface to be used to gain additional information about the context this value appears in.

[read-only]
GraphicsSystem.Drawing.Graphics.

Gets the System.Drawing.Graphics object with which painting should be done.

[read-only]
Valueobject.

Gets the value to paint.