←Select platform

MedicalViewerCell Class Methods

Summary

For a list of all members of this type, see MedicalViewerCell members

Public Methods

Name Description
Public Method AddAction Adds a new action to the medical viewer. (Inherited from MedicalViewerBaseCell)
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 BeginUpdate Stops the cell from being refreshed if any changes are applied. This is useful to increase the control speed efficiency.
Public Method BestAligned Returns the index of the element that is best aligned with the specified cell frame.
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 Medical Viewer Cell. (Inherited from MedicalViewerBaseCell)
Public Method ConvertAnnotationToRegion Converts the selected annotation into a region of interest.
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 DisposeCutPlanesData Disposes the cut-plane data.
Public Method DisposeInternalData Disposes the cut-plane data created by either the cut-line or the panoramic image.
Public Method EditTag Edits the tag (overlay text) of a cell. (Inherited from MedicalViewerBaseCell)
Public Method EnableLowMemoryUsage Enables loading frames only when viewed to more efficiently use the system memory.
Public Method EndUpdate Refreshes the control to include all the changes made after using the BeginUpdate method.
Public Method FlipAnnotationContainer Flips all of the cell annotation containers. (Inherited from MedicalViewerBaseCell)
Public Method FlipImage Flips all the images in the cell.
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 GetActionKeys Gets the keystroke combination for the specified action.
Public Method GetActionProperties Gets the current properties for the specified action.
Public Method GetAnnotationContainer Gets the Leadtools.Annotations.Engine object which represents the annotation container. (Inherited from MedicalViewerBaseCell)
Public Method GetCellImage Returns a printable version of the cell.
Public Method GetCellRulerLength Gets or sets the value that represents the length of the specified ruler. (Inherited from MedicalViewerBaseCell)
Public Method GetDisplayedClippedImageRectangle Gets the System.Drawing.Rectangle that represents the part of the cell or sub-cell that is occupied by the image.
Public Method GetDisplayedImageRectangle Gets the System.Drawing.Rectangle that represents the image boundaries. This changes as you zoom in/out or offset the image.
Public Method GetDisplayedRectangle Gets the System.Drawing.Rectangle that represent the display area of the cell/sub-cell.
Public Method GetImagePosition Gets the image position of the cell frames based on the corresponding index.
Public Method GetOffset Gets the current coordinates of the image. (Inherited from MedicalViewerBaseCell)
Public Method GetPage Gets the image page with the specified sub-cell index.
Public Method static  | Shared in VB GetPalette Returns an array that contains the built-in palette entries of the look up table specified by _lookupTableType_.
Public Method GetRotateImagePerspectiveAngle Gets the rotation angle for the image in the cell.
Public Method GetScale Gets the scale of the image.
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 Redraws the cell and causes a paint message to be sent to the Leadtools.MedicalViewer control that owns this cells. (Inherited from MedicalViewerBaseCell)
Public Method InvertImage Inverts all the images in the cell.
Public Method IsActionAdded Determines whether the specified action has been added to the container (using the AddAction method). (Inherited from MedicalViewerBaseCell)
Public Method IsImageFlipped Retrieves whether the image has been flipped or not.
Public Method IsImageInverted Retrieves a value that indicates whether the image in the selected sub-cell index has been inverted.
Public Method IsImageReversed Retrieves a value that indicates whether the image has been reversed.
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 LoadRegion Loads regions from a file.
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 PointToClient Returns the client coordinates (the cell coordinates) corresponding to the image coordinates specified by the user.
Public Method PointToImage Returns the image coordinates corresponding to the mouse coordinates specified by the user.
Public Method Refresh Updates and recalculates the data of the cell.
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 RemoveRegion Deletes the region from all of the images in the cell.
Public Method ResetWindowLevelValues Resets the image window level to its default values. (Inherited from MedicalViewerBaseCell)
Public Method ResumeCalculation Resumes the usual calculation logic of the reference line.
Public Method ReverseAnnotationContainer Reverses all of the cell annotation containers. (Inherited from MedicalViewerBaseCell)
Public Method ReverseImage Reverses all the images in the cell.
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 RotateImagePerspective Rotates the perspective of the cell images by the specified rotation angle.
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 SaveRegion Saves cell regions to a file.
Public Method SetAction Assigns the action to a specific mouse button. (Inherited from MedicalViewerBaseCell)
Public Method SetActionKeys Sets the keystroke combination for the specified action.
Public Method SetActionProperties Sets the current properties for the specified action.
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 SetImagePerspective Sets the value that represents the image view perspective.
Public Method SetImagePosition Sets the image position of the cell frames based on the corresponding index.
Public Method SetNoImageText Sets the text that will be displayed if the image is not loaded yet. This is used only with the low memory usage feature, refer to EnableLowMemoryUsage.
Public Method SetOffset Translates the image position according to the provided X and Y values. (Inherited from MedicalViewerBaseCell)
Public Method SetRequestedImage Sends the requested images to the control. This method is used when the low memory usage feature is enabled. (for more information see EnableLowMemoryUsage(Int32,Int32,MedicalViewerImageInformation[]))
Public Method SetRequestedImageThumbnail Sends the requested images to the control. This method is used when the low memory usage feature is enabled. (for more information see EnableLowMemoryUsage(Int32,Int32,MedicalViewerImageInformation[]))
Public Method SetScale Sets the scale of all the sub-cell images inside the image by a specified value.
Public Method SetScaleMode Sets the scale mode for all of the sub-cells in a cell.
Public Method SetTag Adds a tag (overlay text) to the cell. (Inherited from MedicalViewerBaseCell)
Public Method SetWindowLevel Sets the window level width and center values for the image. (Inherited from MedicalViewerBaseCell)
Public Method SuspendCalculation Temporarily suspends the calculation logic of the reference line for the cell.
Public Method UpdateView Recalculates the cell's internal values in order to update the view according to the changes made to the image.
Public Method ZoomToRectangle Zooms the image towards the specified rectangle.

Protected Methods

Name Description
Protected Method Dispose(Boolean) Releases all resources used by the MedicalViewer.
Protected Method Finalize This member overrides Finalize. (Inherited from MedicalViewerBaseCell)
Protected Method GetCellActionProperties Gets the current properties for the specified action. (Inherited from MedicalViewerBaseCell)
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 OnUIChanged Raises the UIChanged.
Protected Method SetCellActionProperties Sets the current properties for the specified action. (Inherited from MedicalViewerBaseCell)
Protected Method WndProc Processes Windows messages. Overrides WndProc. (Inherited from MedicalViewerBaseCell)

See Also

MedicalViewerCell Class

Leadtools.MedicalViewer Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.