PaintEventArgs Members
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Windows.Forms Namespace
PaintEventArgs Class
PaintEventArgs Class
PaintEventArgs Members
PaintEventArgs Constructor
PaintEventArgs Methods
PaintEventArgs Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
PaintEventArgs Members
Provides data for the
Paint
event.
The
PaintEventArgs
type exposes the following members.
Constructors
Name
Description
PaintEventArgs
Initializes a new instance of the
PaintEventArgs
class with the specified graphics and clipping rectangle.
Top
Methods
Name
Description
Dispose
Overloaded.
Releases the resources used by the
PaintEventArgs
.
Equals
Determines whether the specified
Object
is equal to the current
Object
.
(Inherited from
Object
.)
Finalize
Overloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from
Object
.)
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
ToString
Returns a
String
that represents the current
Object
.
(Inherited from
Object
.)
Top
Properties
Name
Description
ClipRectangle
Gets the rectangle in which to paint.
Graphics
Gets the graphics used to paint.
Top
See Also
Reference
PaintEventArgs Class
System.Windows.Forms Namespace
Tags :