PostPaint Event

Summary
Optional delegate method for additional processing.
Syntax
C#
C++/CLI
public event EventHandler<Medical3DPostPaintEventArgs> PostPaint 
public: 
event EventHandler<Medical3DPostPaintEventArgs^>^ PostPaint 
Event Data

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.

PropertyDescription
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.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.