
| Visual Basic (Declaration) | |
|---|---|
Public Class Medical3DPostPaintEventArgs Inherits System.Windows.Forms.PaintEventArgs Implements IDisposable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Medical3DPostPaintEventArgs | |
| C# | |
|---|---|
public class Medical3DPostPaintEventArgs : System.Windows.Forms.PaintEventArgs, IDisposable | |
| C++/CLI | |
|---|---|
public ref class Medical3DPostPaintEventArgs : public System.Windows.Forms.PaintEventArgs, IDisposable | |
The PostPaint event allows you to draw on the rendering area before displaying it on the screen.
System.Object
System.EventArgs
System.Windows.Forms.PaintEventArgs
Leadtools.Medical3D.Medical3DPostPaintEventArgs
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