Medical3DPostPaintEventArgs Constructor

Summary

Initializes a new instance of the Medical3DWindowLevelEventArgs class with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal objectIndex As Integer, _ 
   ByVal object3D As Medical3DObject, _ 
   ByVal graphics As Graphics _ 
) 
public: 
Medical3DPostPaintEventArgs(  
   int objectIndex, 
   Medical3DObject^ object3D, 
   Graphics^ graphics 
) 

Parameters

objectIndex
A zero-based index of the object for which the window-level values are being changed.

object3D
The object being drawn

graphics
A graphics class used to draw on the rendering area

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly