For a list of all members of this type, see MedicalViewerMultiCell members.
"Name | Description | |
---|---|---|
AddAction | Adds a new action to the medical viewer. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control) | |
BeginUpdate | Stops the cell from being refreshed if any changes are applied. This is useful to increase the control speed efficiency. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
BringToFront | Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control) | |
Calibrate | Overloaded. Calibrates sub-cells based on information provided by the user. This allows the user to calibrate a sub-cell without using an annotation ruler. | |
CalibrateRuler | Overloaded. Changes the length of the selected annotation ruler according to the new unit of measure. | |
CanExecuteAction | A method that is used to determine whether the action actionType can be executed in the Medical Viewer Cell. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control) | |
ConvertAnnotationToRegion | Overloaded. Converts the selected annotation into a region of interest. | |
CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. (Inherited from System.Windows.Forms.Control) | |
CreateGraphics | Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DeclareActionAsAnnotation | Declares the custom action sent as annotation action. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
DeleteSelectedAnnotation | Overloaded. This method deletes the selected annotation from the specified sub-cell annotation container. | |
DeleteTag | Overloaded. Deletes the tag (overlay text) for the sub-cell. | |
Dispose | Overloaded. Overridden. Releases all resources used by the MedicalViewerMultiCell. | |
DisposeCutPlanesData | Disposes the cut-plane data. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
DoDragDrop | Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control) | |
DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control) | |
EditTag | Overloaded. Edits the tag (overlay text) of the sub-cell. | |
EnableLowMemoryUsage | Enables loading frames only when viewed to more efficiently use the system memory. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control) | |
EndUpdate | Refreshes the control to include all the changes made after using the BeginUpdate method. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
FindForm | Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control) | |
FlipAnnotationContainer | Overloaded. Flips the annotation container with the specified sub-cell index. | |
FlipImage | Overloaded. Flips the image with the specified subCellIndex in the cell. | |
FlipLabels | Flips the label tags of an image in the cell with the specified parameters. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
FlipOrientation | Overloaded. Flips the orientation of an image in the cell with the specified parameters. | |
Focus | Sets input focus to the control. (Inherited from System.Windows.Forms.Control) | |
FreezeSubCell | Freezes the sub-cell. | |
GetActionButton | Retrieves the mouse button associated with the specified action. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
GetActionFlags | Retrieves the flags associated with the specified action. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
GetActionKeys | (Read only) Gets the keystroke combination for the specified action. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
GetActionProperties | Overloaded. (Read only) Gets the current properties for the specified action. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
GetAnnotationContainer | Overloaded. (Read only) Gets the Leadtools.Annotations object which represents the annotation container. | |
GetCellImage | Overloaded. Returns a printable version of the sub-cell. | |
GetChildAtPoint | Overloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control) | |
GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control) | |
GetDefaultWindowLevelValues | Retrieves the default window level values for the image with the specified sub-cell index. | |
GetDisplayedClippedImageRectangle | Overloaded. (Read only) Gets the System.Drawing.Rectangle that represents the part of the cell or sub-cell that is occupied by the image. | |
GetDisplayedImageRectangle | Overloaded. (Read only) Gets the System.Drawing.Rectangle that represents the image boundaries. This changes as you zoom in and out or offset the image. | |
GetDisplayedRectangle | Overloaded. (Read only) Gets the System.Drawing.Rectangle that represents the display area of the cell/sub-cell. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control) | |
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. | |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) | |
GetRotateImagePerspectiveAngle | Overloaded. (Read only) Gets the rotation angle for the image in the specified sub-cell. | |
GetScale | (Read only) Gets the scale of an image with the specified sub-cell index. | |
GetScaleMode | (Read only) Gets the scale mode for the specified sub-cell. | |
GetSelectedAnnotationAttributes | Overloaded. Retrieves the selected annotation attribute for the specified cell or sub-cell. | |
GetTag | Overloaded. Retrieves the tag (overlay text) for a sub-cell. | |
GetTitlebarIconState | Determines whether the specified icon is checked. | |
Hide | Conceals the control from the user. (Inherited from System.Windows.Forms.Control) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Invalidate | Overloaded. Redraws the cell and causes a paint message to be sent to the MedicalViewer control that owns this cell. | |
InvertImage | Overloaded. Inverts the the image in the specific sub-cell. | |
Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control) | |
IsActionAdded | Determines whether the specified action has been added to the container (using the AddAction method). (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
IsImageFlipped | Overloaded. 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 | Overloaded. Retrieves whether the image in the specified sub-cell index has been reversed or not. | |
IsValidForAction | Overloaded. Determines whether the specified mouse button can be assigned to the specified action. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
LoadAnnotations | Overloaded. Loads the annotation container to the specified sub-cell index from a file. | |
LoadRegion | Overloaded. Loads regions from a file in the specified sub-cell image. | |
PerformLayout | Overloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control) | |
PointToClient | Overloaded. Returns the client coordinates (the cell coordinates) corresponding to the image coordinates specified by the user. | |
PointToImage | Overloaded. Returns the image coordinates corresponding to the mouse coordinates specified by the user. | |
PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) | |
PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) | |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control) | |
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control) | |
RefreshAnnotation | Overloaded. Repaints the annotations on the sub-cell or cell. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
RemoveAction | Removes the specified action from the medical viewer. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
RemoveRegion | Overloaded. Deletes the region from all of the images in the cell. | |
ResetText | Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control) | |
ResetWindowLevelValues | Overloaded. Resets the image window level to its default values. | |
ResumeLayout | Overloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control) | |
ReverseAnnotationContainer | Overloaded. Reverses the annotation container with the specified sub-cell index. | |
ReverseImage | Overloaded. Reverses the image with the specified subCellIndex in the cell. | |
ReverseLabels | Reverses the label tags of an image in the cell with the specified subCellIndex. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
ReverseOrientation | Overloaded. Reverses the orientation of an image in the cell with the specified subCellIndex. | |
RotateAnnotationContainer | Overloaded. Rotates the annotation container with the specified sub-cell index by the specified amount. | |
RotateImagePerspective | Overloaded. Rotates the perspective of the image with the specified sub-cell index by a specified rotation angle. | |
RotateLabels | Rotates the label tags of an image in the cell with the specified parameters. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
RotateOrientation | Overloaded. Rotates the orientation of an image in the cell with the specified parameters. | |
SaveAnnotations | Overloaded. Saves the annotation container of the specified sub-cell index to a file. | |
SaveRegion | Overloaded. Saves regions to a file from the specified sub-cell image. | |
Select | Overloaded. Activates the control. (Inherited from System.Windows.Forms.Control) | |
SelectNextControl | Activates the next control. (Inherited from System.Windows.Forms.Control) | |
SendToBack | Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control) | |
SetAction | Assigns the action to a specific mouse button. (Inherited from Leadtools.MedicalViewer.MedicalViewerBaseCell) | |
SetActionKeys | Sets the keystroke combination for the specified action (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
SetActionProperties | Overloaded. Sets the current properties for the specified action. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
SetAnnotationContainer | Overloaded. Sets the Leadtools.Annotations object which represents the annotation container. | |
SetBounds | Overloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control) | |
SetDefaultWindowLevelValues | Overloaded. Sets the default window level values for the image with the specified sub-cell index. | |
SetImagePerspective | Overloaded. Sets the value that represents the image view perspective for all the frames in the medical viewer. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
SetImagePosition | Set the image position of the the cell frames based on the corresponding index. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
SetNoImageText | Overloaded. 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 | |
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) (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) | |
SetScale | Overloaded. Sets the scale of image with a specified sub-cell index by a specified value. | |
SetScaleMode | Overloaded. Sets the scale mode for the specified sub-cell. | |
SetTag | Overloaded. Adds a tag (overlay text) to the cell. | |
SetTitlebarIconState | Checks or un-checks the specified icon. | |
Show | Displays the control to the user. (Inherited from System.Windows.Forms.Control) | |
SubCellFrozen | Retrieves a value that indicates whether the sub-cell has been frozen. | |
SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control) | |
Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control) | |
UpdateView | Recalculates the cell's internal values in order to update the view according to the changes made to the image. (Inherited from Leadtools.MedicalViewer.MedicalViewerCell) |
Top