Leadtools.MedicalViewer Namespace > MedicalViewerBaseCell Class : Match Method |
public void Match( MedicalViewerActionType action, MedicalViewerBaseCell sourceCell )
'Declaration Public Sub Match( _ ByVal action As MedicalViewerActionType, _ ByVal sourceCell As MedicalViewerBaseCell _ )
'Usage Dim instance As MedicalViewerBaseCell Dim action As MedicalViewerActionType Dim sourceCell As MedicalViewerBaseCell instance.Match(action, sourceCell)
public: void Match( MedicalViewerActionType action, MedicalViewerBaseCell^ sourceCell )
Currently, only MedicalViewerActionType.Scale is supported.