C#
VB
C++
Initializes a new instance of the Medical3DWindowLevelEventArgs class with explicit parameters.
public Medical3DPostPaintEventArgs(
int objectIndex,
Medical3DObject object3D,
Graphics graphics
)
Public Function New( _
ByVal objectIndex As Integer, _
ByVal object3D As Leadtools.Medical3d.Medical3DObject, _
ByVal graphics As Graphics _
)
public:
Medical3DPostPaintEventArgs(
int objectIndex,
Leadtools.Medical3d.Medical3DObject^ object3D,
Graphics^ graphics
)
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
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