var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl); var value; // Type: boolean // Parameters var ruler; // Type: WebDicomImageRulerJS value = instance.contains(ruler);
function contains(
rulerThe ruler to locate in this collection.: WebDicomImageRulerJS
) : boolean;
Parameters
- ruler
- The ruler to locate in this collection.
Return Value
True if item is found in this collection; otherwise, false.