Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal objectIndex As Integer, _ ByVal object3D As Medical3DObject, _ ByVal graphics As Graphics _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim objectIndex As Integer Dim object3D As Medical3DObject Dim graphics As Graphics Dim instance As New Medical3DPostPaintEventArgs(objectIndex, object3D, graphics) |
C# | |
---|---|
public Medical3DPostPaintEventArgs( int objectIndex, Medical3DObject object3D, Graphics graphics ) |
C++/CLI | |
---|---|
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
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7