Leadtools.MedicalViewer Namespace > MedicalViewerSubCell Class : SelectObject Method |
'Usage Dim instance As MedicalViewerSubCell Dim annObject As AnnObject Dim select As Boolean instance.SelectObject(annObject, select)
public: void SelectObject( AnnObject^ annObject, bool select )
Selecting the object means that the object will enter the edit mode; in the edit mode the editing handles will appear at the sides of the object, as long as the rotation handle, and rotation center.
To show or hide the rotation handles, use the MedicalViewerBaseCell.ShowRotationHandle property.
To retrieve the selected object, use the SelectedObject property.