In This Topic
Removes ruler from this collection.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
var value; // Type: any
// Parameters
var index; // Type: number
value = instance.removeAt(index);
function removeAt(
: number
) : any;
Parameters
- index
- The zero-based index of ruler to remove.
Browser Compatibility
See Also