Initializes a new instance of the PanoramicStripCommand class.
public PanoramicStripCommand(
string featureId,
WorkstationContainer container,
MedicalViewerActionType action,
MedicalViewerMouseButtons mouseButton,
ApplyActionFlags applyOnFlags
)
Public Sub New(ByVal featureId As String, ByVal container As WorkstationContainer, ByVal action As MedicalViewerActionType, ByVal mouseButton As MedicalViewerMouseButtons, ByVal applyOnFlags As ApplyActionFlags)
MyBase.New
public:
PanoramicStripCommand(String^ featureId, WorkstationContainer^ container, MedicalViewerActionType^ action, MedicalViewerMouseButtons^ mouseButton, ApplyActionFlags^ applyOnFlags)
featureId
The feature ID that will be registered with this command.
container
The WorkstationContainer for the current active workstation.
action
The Leadtools.MedicalViewer.MedicalViewerActionType to apply. Should
mouseButton
The Leadtools.MedicalViewer.MedicalViewerMouseButtons that is assigned the action.
applyOnFlags
An ApplyActionFlags value that tells the command on when the action should be applied.
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