←Select platform

PostPaint Event

Summary

Optional delegate method for additional processing.

Syntax

C#
VB
C++
public event EventHandler<Medical3DPostPaintEventArgs> PostPaint 
  
Public Event PostPaint As EventHandler(Of Medical3DPostPaintEventArgs) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly