C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<Medical3DPostPaintEventArgs> PostPaint
Public Event PostPaint As EventHandler(Of Medical3DPostPaintEventArgs)
public:
event EventHandler<Medical3DPostPaintEventArgs^>^ PostPaint
The event handler receives an argument of type Medical3DPostPaintEventArgs containing data related to this event. The following Medical3DPostPaintEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClipRectangle (Inherited from System.Windows.Forms.PaintEventArgs) | Gets the rectangle in which to paint. |
Graphics (Inherited from System.Windows.Forms.PaintEventArgs) | Gets the graphics used to paint. |
Object | Gets the object being drawn. |
ObjectIndex | Gets the index of the object being drawn. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET