←Select platform
In This Topic ▼

Medical3DControl Class Members

Summary

The following tables list the members exposed by Medical3DControl.

Public Constructors

Name Description
Public Constructor
Medical3DControl Initializes a new instance of the Medical3DControl class. It holds the container and renders the 3D object automatically.
Public Constructor MedicalViewerBaseCell Initializes a new Leadtools.MedicalViewer.MedicalViewerBaseCell class object with default parameters. (Inherited from MedicalViewerBaseCell)

Public Methods

Name Description
Public Method
AddAction Adds a new action to the Medical 3D control.
Public Method AutomationAttach Called when AnnAutomation.Attach is called. (Inherited from MedicalViewerBaseCell)
Public Method AutomationDetach Called when AnnAutomation.Detach is called. (Inherited from MedicalViewerBaseCell)
Public Method AutomationInvalidate Invalidates the specified region of the control. (Inherited from MedicalViewerBaseCell)
Public Method Calibrate Calibrates the cell based on information provided by the user. This allows the user to calibrate a cell without using an annotation ruler. (Inherited from MedicalViewerBaseCell)
Public Method CalibrateRuler Changes the length of the selected annotation ruler according to the new value. (Inherited from MedicalViewerBaseCell)
Public Method CanExecuteAction A method that is used to determine whether the action actionType can be executed in the Medical3DControl.
Public Method DeclareActionAsAnnotation Declares the custom action sent as annotation action. (Inherited from MedicalViewerBaseCell)
Public Method DeleteSelectedAnnotation This method deletes the selected annotation from the cell and active sub-cell annotation container. (Inherited from MedicalViewerBaseCell)
Public Method DeleteTag Deletes the tag (overlay text) of a cell. (Inherited from MedicalViewerBaseCell)
Public Method EditTag Edits the tag (overlay text) of cell. (Inherited from MedicalViewerBaseCell)
Public Method FlipAnnotationContainer Flips all of the cell annotation containers. (Inherited from MedicalViewerBaseCell)
Public Method FlipLabels Flips the label tags of an image in the cell with the specified parameters. (Inherited from MedicalViewerBaseCell)
Public Method FlipOrientation Flips the orientation of an image in the cell with the specified parameters. (Inherited from MedicalViewerBaseCell)
Public Method GetActionButton Retrieves the mouse button associated with the specified action. (Inherited from MedicalViewerBaseCell)
Public Method GetActionFlags Retrieves the flags associated with the specified action. (Inherited from MedicalViewerBaseCell)
Public Method GetActionProperties Gets the current properties for the specified action. (Inherited from MedicalViewerBaseCell)
Public Method GetAnnotationContainer Gets the Leadtools.Annotations.Engine object which represents the annotation container. (Inherited from MedicalViewerBaseCell)
Public Method GetCellRulerLength Gets or sets the value that represents the length of the specified ruler. (Inherited from MedicalViewerBaseCell)
Public Method GetOffset Gets the current coordinates of the image. (Inherited from MedicalViewerBaseCell)
Public Method GetSelectedAnnotationAttributes Retrieves the selected annotation attributes for the cell. (Inherited from MedicalViewerBaseCell)
Public Method GetTag Retrieves the tag (overlay text) for a cell. (Inherited from MedicalViewerBaseCell)
Public Method GetWindowLevelCenter Gets the window level center value for the image. (Inherited from MedicalViewerBaseCell)
Public Method GetWindowLevelWidth Gets the window level width value for the image. (Inherited from MedicalViewerBaseCell)
Public Method Invalidate Repaints the Medical 3D Control, which causes the 3D object to be re-rendered.
Public Method IsActionAdded Determines whether the specified action has been added to the container (using the AddAction method). (Inherited from MedicalViewerBaseCell)
Public Method IsValidForAction Determines whether the specified operation can be applied to the specified action. (Inherited from MedicalViewerBaseCell)
Public Method LoadAnnotations Loads the annotation container(s) in a cell. (Inherited from MedicalViewerBaseCell)
Public Method Match Matches the cell property specified by _action_ to _sourceCell_. (Inherited from MedicalViewerBaseCell)
Public Method OnAutomationDoubleClick Must be called when the pointer (mouse or touch) is double clicked or tapped on the control. (Inherited from MedicalViewerBaseCell)
Public Method OnAutomationPointerDown Must be called when the pointer (mouse or touch) is pressed down or tapped on the control. (Inherited from MedicalViewerBaseCell)
Public Method OnAutomationPointerMove Must be called when the pointer (mouse or touch) is moving or dragging on the control. (Inherited from MedicalViewerBaseCell)
Public Method OnAutomationPointerUp Must be called when the pointer (mouse or touch) is released up from the control. (Inherited from MedicalViewerBaseCell)
Public Method RefreshAnnotation Repaints the annotations on the sub-cell or cell. (Inherited from MedicalViewerBaseCell)
Public Method RemoveAction Removes the specified action from the medical viewer. (Inherited from MedicalViewerBaseCell)
Public Method ResetOrientationCubePosition Resets the orientation cube to the default position. The default position is at the bottom right of the rendering area.
Public Method ResetWindowLevelValues Resets the image window level to the default values.
Public Method ReverseAnnotationContainer Reverses all of the cell annotation containers. (Inherited from MedicalViewerBaseCell)
Public Method ReverseLabels Reverses the label tags of an image in the cell with the specified subCellIndex. (Inherited from MedicalViewerBaseCell)
Public Method ReverseOrientation Reverses the orientation of an image in the cell with the specified subCellIndex. (Inherited from MedicalViewerBaseCell)
Public Method RotateAnnotationContainer Rotates all the cell annotation containers by the specified amount. (Inherited from MedicalViewerBaseCell)
Public Method RotateLabels Rotates the label tags of an image in the cell with the specified parameters. (Inherited from MedicalViewerBaseCell)
Public Method RotateOrientation Rotates the orientation of an image in the cell with the specified parameters. (Inherited from MedicalViewerBaseCell)
Public Method SaveAnnotations Saves the annotation container(s) of a cell to a file. (Inherited from MedicalViewerBaseCell)
Public Method SetAction Assigns the action to a specific mouse button.
Public Method SetActionProperties Sets the current properties for the specified action. (Inherited from MedicalViewerBaseCell)
Public Method SetAnnotationContainer Sets the Leadtools.Annotations.Engine.AnnContainer object which represents the annotation container. (Inherited from MedicalViewerBaseCell)
Public Method SetDefaultWindowLevelValues Sets the default window level values for all the images in the cell. (Inherited from MedicalViewerBaseCell)
Public Method SetOffset Translates the image position according to the provided X and Y values. (Inherited from MedicalViewerBaseCell)
Public Method SetTag Adds a tag (overlay text) to the cell. (Inherited from MedicalViewerBaseCell)
Public Method SetWindowLevel Sets the image window level to the specified values of width and center parameters.

Protected Methods

Name Description
Protected Method
Dispose Releases all resources used by the Medical3DControl.
Protected Method Dispose(Boolean) Releases all resources used by the MedicalViewerBaseCell. (Inherited from MedicalViewerBaseCell)
Protected Method Finalize This member overrides Finalize. (Inherited from MedicalViewerBaseCell)
Protected Method GetCellActionProperties Gets the current properties for the specified action.
Protected Method IsInputKey Overrides Control.IsInputKey. (Inherited from MedicalViewerBaseCell)
Protected Method OnHandleCreated Overrides Control.OnHandleCreated.
Protected Method OnKeyDown Overrides Control.OnKeyDown. (Inherited from MedicalViewerBaseCell)
Protected Method OnPropertyChanged Fires the PropertyChanged event. (Inherited from MedicalViewerBaseCell)
Protected Method SetCellActionProperties Sets the current properties for the specified action.
Protected Method WndProc Processes Windows messages. Overrides WndProc. (Inherited from MedicalViewerBaseCell)

Public Properties

Name Description
Public Property
ActionCount Gets the number of actions that have been added to the MedicalViewer. (Inherited from MedicalViewerBaseCell)
Public Property ActiveBorderColor Gets or sets the border color of the selected cell. (Inherited from MedicalViewerBaseCell)
Public Property ActiveSubCellBorderColor Gets or sets the color of the active sub-cell border color. (Inherited from MedicalViewerBaseCell)
Public Property AlignScrollBarToLeft Gets or sets the value that determines whether to align the cell scrollbar to the left or right. (Inherited from MedicalViewerBaseCell)
Public Property AnnotationDefaultCursor Gets or sets the cursor that is displayed when the mouse pointer is over the handle of a selected annotation. (Inherited from MedicalViewerBaseCell)
Public Property AnnotationMoveCursor Gets or sets the cursor that is displayed when the mouse pointer is over a selected annotation object. (Inherited from MedicalViewerBaseCell)
Public Property AnnotationPrecedency Gets or sets whether to give the priority to the annotation over any other action or not. (Inherited from MedicalViewerBaseCell)
Public Property AnnotationSelectCursor Gets or sets the cursor that is displayed when the mouse pointer is over a non-selected annotation. (Inherited from MedicalViewerBaseCell)
Public Property ApplyWindowLevelOnAllCells Applies the window level mouse action on all orthogonal MPR cells and the 3D object when applying this action on any cell.
Public Property ApplyWindowLevelOnMPRSlices Applies the window level mouse action on all orthogonal MPR when applying this action on any MPR cell.
Public Property Automation Gets the automation object for this cell. (Inherited from MedicalViewerBaseCell)
Public Property AutomationAntiAlias Gets or sets a value that indicate whether anti-aliasing should be used during rendering. (Inherited from MedicalViewerBaseCell)
Public Property AutomationContainer Gets the Leadtools.Annotations.Engine.AnnContainer for this MedicalViewerBaseCell. (Inherited from MedicalViewerBaseCell)
Public Property AutomationContainerIndex Gets or sets the active container index. (Inherited from MedicalViewerBaseCell)
Public Property AutomationDataProvider Gets or sets the data provider to use for getting and setting image data. (Inherited from MedicalViewerBaseCell)
Public Property AutomationDpiX Gets the horizontal resolution of the screen. (Inherited from MedicalViewerBaseCell)
Public Property AutomationDpiY Gets the vertical resolution of the screen. (Inherited from MedicalViewerBaseCell)
Public Property AutomationEnabled Gets a value that indicates whether the automation control is enabled and can received mouse, touch or keyboard events. (Inherited from MedicalViewerBaseCell)
Public Property AutomationGetContainersCallback Gets or sets the callback that is used to obtain the collection of annotation containers used by the automation. (Inherited from MedicalViewerBaseCell)
Public Property AutomationManager Gets the automation manager for this cell. (Inherited from MedicalViewerBaseCell)
Public Property AutomationObject Gets or sets the automation object. (Inherited from MedicalViewerBaseCell)
Public Property AutomationRotateAngle Gets the automation object rotation angle. (Inherited from MedicalViewerBaseCell)
Public Property AutomationScaleFactor Gets the automation scale factor value. (Inherited from MedicalViewerBaseCell)
Public Property AutomationScrollOffset Gets the scroll offset being used by the control. (Inherited from MedicalViewerBaseCell)
Public Property AutomationTransform Gets the matrix object that represents the current transformation for the annotations objects. (Inherited from MedicalViewerBaseCell)
Public Property AutomationUseDpi Gets a value that indicate whether to use the resolution values when viewing an image. (Inherited from MedicalViewerBaseCell)
Public Property AutomationXResolution Gets the horizontal resolution of the image. (Inherited from MedicalViewerBaseCell)
Public Property AutomationYResolution Gets the vertical resolution of the image. (Inherited from MedicalViewerBaseCell)
Public Property AutoUpdate Enables or disables the automatic update of the control (re-rendering the objects) when changes occur.
Public Property AxialFrame Gets or sets the control that will be used to display the MPR axial frame.
Public Property BorderStyle Gets or sets an enumerated value that indicates the style of the selected cell border. (Inherited from MedicalViewerBaseCell)
Public Property CellBackColor Gets or sets the color of the cell area. (Inherited from MedicalViewerBaseCell)
Public Property CoronalFrame Gets or sets the control that will be used to display the MPR coronal frame.
Public Property CreateFromCenter Gets or sets the value that determines whether to draw the annotation object from the center outward, or from edge to edge. (Inherited from MedicalViewerBaseCell)
Public Property Cursor Gets or sets the cursor that is displayed when the mouse pointer is hovering over the medical control. (Inherited from MedicalViewerBaseCell)
Public Property DefaultAnnotationColor Gets or sets the System.Drawing.Color that determines the default annotation color that will be used when drawing the annotation using the annotation action. (Inherited from MedicalViewerBaseCell)
Public Property DefaultAnnotationFont Gets or sets the Leadtools.Annotations.Engine.AnnFont class that represents the font used for the text in all the annotation objects. (Inherited from MedicalViewerBaseCell)
Public Property DefaultAnnotationThickness Gets or sets the value that indicates the thickness of the annotation object created using the annotation action. (Inherited from MedicalViewerBaseCell)
Public Property DefaultAnnotationUnit Gets or sets the value that determines the default unit that will be used when the user draws an annotation. (Inherited from MedicalViewerBaseCell)
Public Property DefaultRubberStampType Gets or sets the default rubber stamp type that will be used when creating a new rubber stamp. (Inherited from MedicalViewerBaseCell)
Public Property DesignImage Gets or sets the design image to display when in layout design mode. (Inherited from MedicalViewerBaseCell)
Public Property DesignText Gets or sets the design text to display when in layout design mode. (Inherited from MedicalViewerBaseCell)
Public Property DisplayRulers Gets or sets the enumerated MedicalViewerRulers value that indicates the displayed rulers. (Inherited from MedicalViewerBaseCell)
Public Property EnableRulerLongTicks Enables or disables the long ticks on the cell ruler. (Inherited from MedicalViewerBaseCell)
Public Property FixedTextSize Gets or sets the value that determines whether to maintain a fixed size of the text font, so if the user scale the annotations up or down, the text size will remain the same. (Inherited from MedicalViewerBaseCell)
Public Property Font Gets or sets the font that is used to draw the tags. (Inherited from MedicalViewerBaseCell)
Public Property Frozen Gets or sets the value that determines whether the cell is frozen. (Inherited from MedicalViewerBaseCell)
Public Property IsAutomationEventsHooked Gets or sets whether the automation events are hooked or not. (Inherited from MedicalViewerBaseCell)
Public Property KeepDrawingAnnotation Gets or sets whether the automation allows the user to draw the same object again or should the automation go directly to select mode after drawing for the first time. (Inherited from MedicalViewerBaseCell)
Public Property LayoutPosition Gets or sets the layout position. (Inherited from MedicalViewerBaseCell)
Public Property MaintainAnnotationObjectAspectRatio Gets or sets the value that determines whether to maintain the aspect ratio when editing the annotation object using the mouse or not. (Inherited from MedicalViewerBaseCell)
Public Property MaintainAnnotationThickness Gets or sets the value that determines whether to keep the annotation thickness as it is when scale the cell up or down. (Inherited from MedicalViewerBaseCell)
Public Property MaintainTextOrientation Gets or sets the value that determines whether to keep the text orientation as it is when rotating, flipping or reversing the annotation container. (Inherited from MedicalViewerBaseCell)
Public Property MeasurementUnit Gets or sets the unit of measure for the rulers. (Inherited from MedicalViewerBaseCell)
Public Property NonActiveBorderColor Gets or sets the color of the non-selected cell border. (Inherited from MedicalViewerBaseCell)
Public Property ObjectsContainer Gets or sets the container that holds and controls the 3D objects.
Public Property OverlapPriority Gets or sets the overlap priority. (Inherited from MedicalViewerBaseCell)
Public Property OverlayTextSize Gets or sets the size of the cell or sub-cell tags. (Inherited from MedicalViewerBaseCell)
Public Property ParentViewer Gets the medical viewer object which is the owner of the cell. (Inherited from MedicalViewerBaseCell)
Public Property Position Gets or sets the row/column position of the cell. (Inherited from MedicalViewerBaseCell)
Public Property RenderingEngine Gets or sets the rendering engine associated with this control. (Inherited from MedicalViewerBaseCell)
Public Property RulerInColor Gets or sets the color of ruler. (Inherited from MedicalViewerBaseCell)
Public Property RulerLength Gets or sets the length of the cell ruler. (Inherited from MedicalViewerBaseCell)
Public Property RulerOutColor Gets or sets the color of the ruler boundaries. (Inherited from MedicalViewerBaseCell)
Public Property RulerStyle Gets or sets an enumerated value that indicates the style of the cell horizontal and vertical rulers. (Inherited from MedicalViewerBaseCell)
Public Property RulerTickSize Gets or sets the length of the cell ruler ticks. (Inherited from MedicalViewerBaseCell)
Public Property SagittalFrame Gets or sets the control that will be used to display the MPR sagittal frame.
Public Property ScaleTagType Gets or sets the style of scale overlay tag value which will be displayed on the cell. (Inherited from MedicalViewerBaseCell)
Public Property Selected Gets or sets the value that determines whether the cell is selected. (Inherited from MedicalViewerBaseCell)
Public Property SelectMultipleAnnotation Gets or sets the value that indicates whether to allow the selection of multiple annotation or not. (Inherited from MedicalViewerBaseCell)
Public Property ShowCellRulerUnit Shows or hides the ruler measurement unit. (Inherited from MedicalViewerBaseCell)
Public Property ShowControlPoints Gets or sets the value that indicates whether to display the annotation control point or not. (Inherited from MedicalViewerBaseCell)
Public Property ShowOrientationCube Shows or hides the orientation cube.
Public Property ShowRotationHandle Gets or sets the value that determines whether to show the annotation rotation handle. (Inherited from MedicalViewerBaseCell)
Public Property ShowRulerLength Gets or sets the value that indicates whether to show the cell ruler length. (Inherited from MedicalViewerBaseCell)
Public Property ShowTags Gets or sets the value that indicates whether to show the tags on the cells. (Inherited from MedicalViewerBaseCell)
Public Property SubCells Gets the MedicalViewerCollection assigned to the cell. (Inherited from MedicalViewerBaseCell)
Public Property Synchronization Gets the MedicalViewerSynchronization assigned to the cell, which contains the collection where to add synchronization objects. (Inherited from MedicalViewerBaseCell)
Public Property TextColor Gets or sets the color of the cell overlay text. (Inherited from MedicalViewerBaseCell)
Public Property TextQuality Gets or sets an enumerated value that indicates the quality of the overlay text. (Inherited from MedicalViewerBaseCell)
Public Property TextShadowColor Gets or sets the color of the cell overlay text shadow. (Inherited from MedicalViewerBaseCell)

Protected Properties

Name Description
Protected Property
CreateParams Overrides the property CreateParams. (Inherited from MedicalViewerBaseCell)

Public Events

Name Description
Public Event
AnnotationChanged Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event AnnotationClicked Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event AnnotationCreated Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event AutomationDoubleClick Event that must trigger when the pointer (mouse or touch) is double-clicked or double-tapped on the control. Leadtools.Annotations.Engine.AnnPointerEventArgs (Inherited from MedicalViewerBaseCell)
Public Event AutomationEnabledChanged Event that must trigger whenever the value of AutomationEnabled is changed. (Inherited from MedicalViewerBaseCell)
Public Event AutomationGotFocus Event that must trigger when the control receives the focus. LeadEventArgs (Inherited from MedicalViewerBaseCell)
Public Event AutomationLostFocus Event that must trigger when the control loses the focus. LeadEventArgs (Inherited from MedicalViewerBaseCell)
Public Event AutomationPointerDown Event that must trigger when the pointer (mouse or touch) is down or tapped on the control. Leadtools.Annotations.Engine.AnnPointerEventArgs (Inherited from MedicalViewerBaseCell)
Public Event AutomationPointerMove Event that must trigger when the pointer (mouse or touch) is moved or dragged on the control. Leadtools.Annotations.Engine.AnnPointerEventArgs (Inherited from MedicalViewerBaseCell)
Public Event AutomationPointerUp Event that must trigger when the pointer (mouse or touch) is up or released from the control. Leadtools.Annotations.Engine.AnnPointerEventArgs (Inherited from MedicalViewerBaseCell)
Public Event AutomationSizeChanged Event that must trigger whenever the size of the control changes. (Inherited from MedicalViewerBaseCell)
Public Event AutomationTransformChanged Event that must trigger whenever the value of AutomationTransform is changed. (Inherited from MedicalViewerBaseCell)
Public Event AutomationUseDpiChanged Event that must trigger whenever the value of AutomationUseDpi is changed. (Inherited from MedicalViewerBaseCell)
Public Event BuiltInTag Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event CameraMoved Occurs when the user moves the camera with the mouse using the MoveCamera action.
Public Event CameraRotated Occurs when the user rotates the camera with the mouse using the RotateCamera action.
Public Event CameraSettingsChanged Occurs when the user moves or rotates the camera with the mouse using the RotateCamera or MoveCamera actions.
Public Event CameraZoomed Occurs when the user zooms the camera with the mouse using the ZoomCamera action.
Public Event CellDragDrop Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event CellDragOver Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event CellParentChanged Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event ChangingWindowLevel Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event CustomAnnotationDataRequested Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event DeleteAnnotation Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event DesignerCreated Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event ObjectChanged Occurs when the user moves, rotates or scales the object with the mouse using the MoveObject or RotateObject actions.
Public Event ObjectMoved Occurs when the user moves the object with the mouse using the MoveObject action.
Public Event ObjectRotated Occurs when the user rotates the object with the mouse using the RotateObject action.
Public Event ObjectScaled Occurs when the user scales the object with the mouse using the ScaleObject action.
Public Event PlaneChanged Occurs when the user moves or rotates the MPR plane or clipping planes with the mouse using the MovePlane or RotatePlane actions.
Public Event PlaneMoved Occurs when the user moves the MPR plane or clipping planes with the mouse using the MovePlane action.
Public Event PlaneRotated Occurs when the user rotates the MPR plane or clipping planes with the mouse using the RotatePlane action.
Public Event ProbeToolTextChanged Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event PropertyChanged Occurs when a property value changes. (Inherited from MedicalViewerBaseCell)
Public Event SelectedSubCellChanged Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event SpyGlassStarted Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event StartDrawingAnnotation Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event UIChanged Optional delegate method for additional processing.
Public Event UserTag Optional delegate method for additional processing. (Inherited from MedicalViewerBaseCell)
Public Event WindowLevelChanged Occurs when the user changes the window-level values with the mouse using the WindowLevel action.

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