Optional delegate method for additional processing.
public event EventHandler<MedicalViewerPlaneCutLineEventArgs> PlaneCutLineClicked
Public Event PlaneCutLineClicked As EventHandler(Of MedicalViewerPlaneCutLineEventArgs)
public:
event EventHandler<MedicalViewerPlaneCutLineEventArgs^>^ PlaneCutLineClicked
The event handler receives an argument of type MedicalViewerPlaneCutLineEventArgs containing data related to this event. The following MedicalViewerPlaneCutLineEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Button | Gets an enumerated value that indicates which Mouse button was used to click on the cut line object. |
CellIndex | Gets the value that indicates the index of the cell that has the cut line that was selected. This value is only valid if the cell is add to the MedicalViewer. |
CutLineIndex | Gets the value that indicates the index of the selected cut line. |
X | Gets the value that indicates the X position for the pointer. |
Y | Gets the value that indicates the Y position for the pointer. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document