←Select platform

MedicalViewerCell Class Methods

Summary

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

Public Methods

Name Description
AddAction Adds a new action to the medical viewer. (Inherited from MedicalViewerBaseCell)
AutomationAttach Called when AnnAutomation.Attach is called. (Inherited from MedicalViewerBaseCell)
AutomationDetach Called when AnnAutomation.Detach is called. (Inherited from MedicalViewerBaseCell)
AutomationInvalidate Invalidates the specified region of the control. (Inherited from MedicalViewerBaseCell)
BeginUpdate Stops the cell from being refreshed if any changes are applied. This is useful to increase the control speed efficiency.
BestAligned Returns the index of the element that is best aligned with the specified cell frame.
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)
CalibrateRuler Changes the length of the selected annotation ruler according to the new value. (Inherited from MedicalViewerBaseCell)
CanExecuteAction A method that is used to determine whether the action actionType can be executed in the Medical Viewer Cell. (Inherited from MedicalViewerBaseCell)
ConvertAnnotationToRegion Converts the selected annotation into a region of interest.
DeclareActionAsAnnotation Declares the custom action sent as annotation action. (Inherited from MedicalViewerBaseCell)
DeleteSelectedAnnotation This method deletes the selected annotation from the cell and active sub-cell annotation container. (Inherited from MedicalViewerBaseCell)
DeleteTag Deletes the tag (overlay text) of a cell. (Inherited from MedicalViewerBaseCell)
DisposeCutPlanesData Disposes the cut-plane data.
DisposeInternalData Disposes the cut-plane data created by either the cut-line or the panoramic image.
EditTag Edits the tag (overlay text) of cell. (Inherited from MedicalViewerBaseCell)
EnableLowMemoryUsage Enables loading frames only when viewed to more efficiently use the system memory.
EndUpdate Refreshes the control to include all the changes made after using the BeginUpdate method.
FlipAnnotationContainer Flips all of the cell annotation containers. (Inherited from MedicalViewerBaseCell)
FlipImage Flips all the images in the cell.
FlipLabels Flips the label tags of an image in the cell with the specified parameters. (Inherited from MedicalViewerBaseCell)
FlipOrientation Flips the orientation of an image in the cell with the specified parameters. (Inherited from MedicalViewerBaseCell)
GetActionButton Retrieves the mouse button associated with the specified action. (Inherited from MedicalViewerBaseCell)
GetActionFlags Retrieves the flags associated with the specified action. (Inherited from MedicalViewerBaseCell)
GetActionKeys Gets the keystroke combination for the specified action.
GetActionProperties Gets the current properties for the specified action.
GetAnnotationContainer Gets the Leadtools.Annotations.Core object which represents the annotation container. (Inherited from MedicalViewerBaseCell)
GetCellImage Returns a printable version of the cell.
GetCellRulerLength Gets or sets the value that represents the length of the specified ruler. (Inherited from MedicalViewerBaseCell)
GetDisplayedClippedImageRectangle Gets the System.Drawing.Rectangle that represent the part of the cell or sub-cell that is occupied by the image.
GetDisplayedImageRectangle Gets the System.Drawing.Rectangle that represents the image boundaries. This changes as you zoom in/out or offset the image.
GetDisplayedRectangle Gets the System.Drawing.Rectangle that represent the display area of the cell/sub-cell.
GetImagePosition Gets the image position of the cell frames based on the corresponding index.
GetOffset Gets the current coordinates of the image. (Inherited from MedicalViewerBaseCell)
GetPage Gets the image page with the specified sub-cell index.
GetPalette Returns an array that contains the built-in palette entries of the look up table specified by _lookupTableType_.
GetRotateImagePerspectiveAngle Gets the rotation angle for the image in the cell.
GetScale Gets the scale of the image.
GetSelectedAnnotationAttributes Retrieves the selected annotation attributes for the cell. (Inherited from MedicalViewerBaseCell)
GetTag Retrieves the tag (overlay text) for a cell. (Inherited from MedicalViewerBaseCell)
GetWindowLevelCenter Gets the window level center value for the image. (Inherited from MedicalViewerBaseCell)
GetWindowLevelWidth Gets the window level width value for the image. (Inherited from MedicalViewerBaseCell)
Invalidate Redraws the cell and causes a paint message to be sent to the Leadtools.MedicalViewer control that owns this cells. (Inherited from MedicalViewerBaseCell)
InvertImage Inverts all the images in the cell.
IsActionAdded Determines whether the specified action has been added to the container (using the AddAction method). (Inherited from MedicalViewerBaseCell)
IsImageFlipped Retrieves whether the image has been flipped or not.
IsImageInverted Retrieves a value that indicates whether the image in the selected sub-cell index has been inverted.
IsImageReversed Retrieves a value that indicates whether the image has been reversed.
IsValidForAction Determines whether the specified operation can be applied to the specified action. (Inherited from MedicalViewerBaseCell)
LoadAnnotations Loads the annotation container(s) in a cell. (Inherited from MedicalViewerBaseCell)
LoadRegion Loads regions from a file.
Match Matches the cell property specified by _action_ to _sourceCell_. (Inherited from MedicalViewerBaseCell)
OnAutomationDoubleClick Must be called when the pointer (mouse or touch) is double clicked or tapped on the control. (Inherited from MedicalViewerBaseCell)
OnAutomationPointerDown Must be called when the pointer (mouse or touch) is pressed down or tapped on the control. (Inherited from MedicalViewerBaseCell)
OnAutomationPointerMove Must be called when the pointer (mouse or touch) is moving or dragging on the control. (Inherited from MedicalViewerBaseCell)
OnAutomationPointerUp Must be called when the pointer (mouse or touch) is released up from the control. (Inherited from MedicalViewerBaseCell)
PointToClient Returns the client coordinates (the cell coordinates) corresponding to the image coordinates specified by the user.
PointToImage Returns the image coordinates corresponding to the mouse coordinates specified by the user.
Refresh Updates and recalculates the data of the cell.
RefreshAnnotation Repaints the annotations on the sub-cell or cell. (Inherited from MedicalViewerBaseCell)
RemoveAction Removes the specified action from the medical viewer. (Inherited from MedicalViewerBaseCell)
RemoveRegion Deletes the region from all of the images in the cell.
ResetWindowLevelValues Resets the image window level to its default values. (Inherited from MedicalViewerBaseCell)
ResumeCalculation Resumes the usual calculation logic of the reference line.
ReverseAnnotationContainer Reverses all of the cell annotation containers. (Inherited from MedicalViewerBaseCell)
ReverseImage Reverses all the images in the cell.
ReverseLabels Reverses the label tags of an image in the cell with the specified subCellIndex. (Inherited from MedicalViewerBaseCell)
ReverseOrientation Reverses the orientation of an image in the cell with the specified subCellIndex. (Inherited from MedicalViewerBaseCell)
RotateAnnotationContainer Rotates all the cell annotation containers by the specified amount. (Inherited from MedicalViewerBaseCell)
RotateImagePerspective Rotates the perspective of the cell images by the specified rotation angle.
RotateLabels Rotates the label tags of an image in the cell with the specified parameters. (Inherited from MedicalViewerBaseCell)
RotateOrientation Rotates the orientation of an image in the cell with the specified parameters. (Inherited from MedicalViewerBaseCell)
SaveAnnotations Saves the annotation container(s) of a cell to a file. (Inherited from MedicalViewerBaseCell)
SaveRegion Saves cell regions to a file.
SetAction Assigns the action to a specific mouse button. (Inherited from MedicalViewerBaseCell)
SetActionKeys Sets the keystroke combination for the specified action
SetActionProperties Sets the current properties for the specified action.
SetAnnotationContainer Sets the Leadtools.Annotations.Core.AnnContainer object which represents the annotation container. (Inherited from MedicalViewerBaseCell)
SetDefaultWindowLevelValues Sets the default window level values for all the images in the cell. (Inherited from MedicalViewerBaseCell)
SetImagePerspective Sets the value that represents the image view perspective.
SetImagePosition Set the image position of the cell frames based on the corresponding index.
SetNoImageText Set the text that will be displayed if the image is not loaded yet. This is used only with the low memory usage feature, please refer to EnableLowMemoryUsage
SetOffset Translates the image position according to the provided X and Y values. (Inherited from MedicalViewerBaseCell)
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[]))
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[]))
SetScale Sets the scale of all the sub-cell images inside the image by a specified value.
SetScaleMode Sets the scale mode for all of the sub-cells in a cell.
SetTag Adds a tag (overlay text) to the cell. (Inherited from MedicalViewerBaseCell)
SetWindowLevel Sets the window level width and center values for the image. (Inherited from MedicalViewerBaseCell)
SuspendCalculation Temporarily suspends the calculation logic of the reference line for the cell.
UpdateView Recalculates the cell's internal values in order to update the view according to the changes made to the image.
ZoomToRectangle Zooms the image towards the specified rectangle.

Protected Methods

Name Description
Dispose(boolean) Releases all resources used by the MedicalViewer.
Finalize This member overrides Finalize. (Inherited from MedicalViewerBaseCell)
GetCellActionProperties Gets the current properties for the specified action. (Inherited from MedicalViewerBaseCell)
IsInputKey Overrides Control.IsInputKey. (Inherited from MedicalViewerBaseCell)
OnHandleCreated Overrides Control.OnHandleCreated.
OnKeyDown Overrides Control.OnKeyDown. (Inherited from MedicalViewerBaseCell)
OnPropertyChanged Fires the PropertyChanged event. (Inherited from MedicalViewerBaseCell)
OnUIChanged Raises the UIChanged
SetCellActionProperties Sets the current properties for the specified action. (Inherited from MedicalViewerBaseCell)
WndProc Processes Windows messages. Overrides WndProc. (Inherited from MedicalViewerBaseCell)
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly