←Select platform

MedicalViewerMultiCell Class Methods

Summary

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

Public Methods

Name Description
BeginUpdate Stops the cell from being refreshed if any changes are applied. This is useful to increase the control speed efficiency. (Inherited from MedicalViewerCell)
BestAligned Returns the index of the element that is best aligned with the specified cell frame. (Inherited from MedicalViewerCell)
Calibrate Calibrates sub-cells along the specified axis based on information provided by the user. This allows the user to calibrate a cell without using an annotation ruler.
CalibrateRuler Changes the length of the selected annotation ruler according to the new unit of measure.
ConvertAnnotationToRegion Converts the selected annotation into a region of interest.
DeleteSelectedAnnotation This method deletes the selected annotation from the specified sub-cell annotation container.
DeleteTag Deletes the tag (overlay text) for the sub-cell.
DisposeCutPlanesData Disposes the cut-plane data. (Inherited from MedicalViewerCell)
DisposeInternalData Disposes the cut-plane data created by either the cut-line or the panoramic image. (Inherited from MedicalViewerCell)
EditTag Edits the tag (overlay text) of the sub-cell.
EnableLowMemoryUsage Enables loading frames only when being viewed, to more efficiently use the system memory. (Inherited from MedicalViewerCell)
EndUpdate Refreshes the control to include all the changes made after using the BeginUpdate method. (Inherited from MedicalViewerCell)
FlipAnnotationContainer Flips the annotation container with the specified sub-cell index.
FlipImage Flips the image with the specified subCellIndex in the cell.
FlipOrientation Flips the orientation of an image in the cell with the specified parameters.
FreezeSubCell Freezes the sub-cell.
GetActionKeys Gets the keystroke combination for the specified action. (Inherited from MedicalViewerCell)
GetActionProperties Gets the current properties for the specified action. (Inherited from MedicalViewerCell)
GetAnnotationContainer Gets the Leadtools.Annotations.Core object which represents the annotation container.
GetCellImage Returns a printable version of the sub-cell.
GetDefaultWindowLevelValues Retrieves the default window level values for the image with the specified sub-cell index.
GetDisplayedClippedImageRectangle Gets the System.Drawing.Rectangle that represents 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 and out or offset the image.
GetDisplayedRectangle Gets the System.Drawing.Rectangle that represents the display area of the cell/sub-cell.
GetImagePosition Gets the image position of the cell frames based on the corresponding index. (Inherited from MedicalViewerCell)
GetNoImageText Get 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.
GetOffset Gets the current coordinates of the image.
GetPage Gets the image page with the specified sub-cell index. (Inherited from MedicalViewerCell)
GetPalette Returns an array that contains the built-in palette entries of the look up table specified by _lookupTableType_. (Inherited from MedicalViewerCell)
GetRotateImagePerspectiveAngle Gets the rotation angle for the image in the specified sub-cell.
GetScale Gets the scale of an image with the specified sub-cell index.
GetScaleMode Gets the scale mode for the specified sub-cell.
GetSelectedAnnotationAttributes Retrieves the selected annotation attribute for the specified cell or sub-cell.
GetTag Retrieves the tag (overlay text) for a sub-cell.
GetTitlebarIconState Determines whether the specified icon is checked.
GetWindowLevelCenter Gets the window level center value for the image.
GetWindowLevelWidth Gets the window level width value for the image.
Invalidate Redraws the cell and causes a paint message to be sent to the MedicalViewer control that owns this cell.
InvertImage Inverts the image in the specific sub-cell.
IsImageFlipped Retrieves a value that indicates whether the image in the specified sub-cell index has been reversed or not.
IsImageInverted Retrieves a value that indicates whether the image in the specified sub-cell index has been inverted.
IsImageReversed Retrieves whether the image in the specified sub-cell index has been reversed or not.
LoadAnnotations Loads the annotation container(s) to the specified sub-cell index from a file, starting from the specified page in the file.
LoadRegion Loads regions from a file in the specified sub-cell image.
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. (Inherited from MedicalViewerCell)
RemoveRegion Deletes the region from all of the images in the cell.
ResetWindowLevelValues Resets the image window level to its default values.
ResumeCalculation Resumes the usual calculation logic of the reference line. (Inherited from MedicalViewerCell)
ReverseAnnotationContainer Reverses the annotation container with the specified sub-cell index.
ReverseImage Reverses the image with the specified subCellIndex in the cell.
ReverseOrientation Reverses the orientation of an image in the cell with the specified subCellIndex.
RotateAnnotationContainer Rotates the annotation container with the specified sub-cell index by the specified amount.
RotateImagePerspective Rotates the perspective of the image with the specified sub-cell index by a specified rotation angle.
RotateOrientation Rotates the orientation of an image in the cell with the specified parameters.
SaveAnnotations Saves the annotation container(s) of a cell to a file.
SaveRegion Saves cell regions to a file.
SetActionKeys Sets the keystroke combination for the specified action (Inherited from MedicalViewerCell)
SetActionProperties Sets the current properties for the specified action. (Inherited from MedicalViewerCell)
SetAnnotationContainer Sets the Leadtools.Annotations.Core object which represents the annotation container.
SetDefaultWindowLevelValues Sets the default window level values for the image with the specified sub-cell index.
SetImagePerspective Sets the value that represents the image view perspective for all the frames in the medical viewer. (Inherited from MedicalViewerCell)
SetImagePosition Set the image position of the cell frames based on the corresponding index. (Inherited from MedicalViewerCell)
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.
SetRequestedImage Sends the requested image to the control. This method is used when the low memory usage feature is enabled (for more information see EnableLowMemoryUsage(Boolean,Int32,Int32)) (Inherited from MedicalViewerCell)
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/[/])) (Inherited from MedicalViewerCell)
SetScale Sets the scale of image with a specified sub-cell index by a specified value.
SetScaleMode Sets the scale mode for the specified sub-cell.
SetTag Adds a tag (overlay text) to the cell.
SetTitlebarIconState Checks or un-checks the specified icon.
SetWindowLevel Sets the window level width and center values for the image.
SubCellFrozen Retrieves a value that indicates whether the sub-cell has been frozen.
SuspendCalculation Temporarily suspends the calculation logic of the reference line for the cell. (Inherited from MedicalViewerCell)
UpdateView Recalculates the cell's internal values in order to update the view according to the changes made to the image. (Inherited from MedicalViewerCell)
ZoomToRectangle Zooms the image towards the specified rectangle. (Inherited from MedicalViewerCell)

Protected Methods

Name Description
Dispose(boolean) Releases all resources used by the MedicalViewerMultiCell.
Finalize This member overrides Finalize.
OnHandleCreated Overrides Control.OnHandleCreated.
OnUIChanged Raises the UIChanged (Inherited from MedicalViewerCell)
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly