The MedicalViewerPaintEventArgs Class is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
The MedicalViewerPaintEventArgs class provides information about the MedicalViewerCell.CustomPaint event.
| Visual Basic (Declaration) | |
|---|---|
Public Class MedicalViewerPaintEventArgs Inherits System.Windows.Forms.PaintEventArgs Implements IDisposable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerPaintEventArgs | |
| C# | |
|---|---|
public class MedicalViewerPaintEventArgs : System.Windows.Forms.PaintEventArgs, IDisposable | |
| C++/CLI | |
|---|---|
public ref class MedicalViewerPaintEventArgs : public System.Windows.Forms.PaintEventArgs, IDisposable | |
For an example, refer to MedicalViewerCell.CustomPaint
System.Object
System.EventArgs
System.Windows.Forms.PaintEventArgs
Leadtools.MedicalViewer.MedicalViewerPaintEventArgs
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