Matches the cell property specified by action to sourceCell.
public void Match(
MedicalViewerActionType action,
MedicalViewerBaseCell sourceCell
)
Public Sub Match( _
ByVal action As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal sourceCell As Leadtools.Medicalviewer.MedicalViewerBaseCell _
)
public:
void Match(
Leadtools.Medicalviewer.MedicalViewerActionType action,
Leadtools.Medicalviewer.MedicalViewerBaseCell^ sourceCell
)
action
Enumeration that represents the action to be matched.
sourceCell
The source cell that has the action parameters to be applied to this cell.
Matching the property means copying the values from sourceCell to the cell. Currently, only MedicalViewerActionType.Scale is supported.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET