- e
- A System.Drawing.Design.PaintValueEventArgs that indicates what to paint and where to paint it.
| Visual Basic (Declaration) | |
|---|---|
Overloads Overrides Public Sub PaintValue( _ ByVal e As PaintValueEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageEditor Dim e As PaintValueEventArgs instance.PaintValue(e) | |
| C# | |
|---|---|
public override void PaintValue( PaintValueEventArgs e ) | |
| C++/CLI | |
|---|---|
public: void PaintValue( PaintValueEventArgs^ e ) override | |
Parameters
- e
- A System.Drawing.Design.PaintValueEventArgs that indicates what to paint and where to paint it.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code