var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS(); var value; // Type: any // Parameters var index; // Type: number var overlay; // Type: WebDicomTextOverlayJS value = instance.insert(index, overlay);
function insert(
indexThe zero-based index at which item should be inserted.: number,
overlayThe text overlay to insert.: WebDicomTextOverlayJS
) : any;
Parameters
- index
- The zero-based index at which item should be inserted.
- overlay
- The text overlay to insert.