VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom.UI.Dialogs Namespace / WebUiDicomMprDialogJS type / render Methods / render(object) Property
Syntax BrowserCompatibility SeeAlso
In This Topic
render(object) Method
In This Topic
Creates and returns markup of UI element.
Syntax
var instance = new Vintasoft.Imaging.Dicom.UI.Dialogs.WebUiDicomMprDialogJS(dicomMprControlContainerId, mprViewType);

var value; // Type: object

// Parameters
var floatElementContainer; // Type: object

value = instance.render(floatElementContainer);

Parameters

floatElementContainer
A DOM-element, where floating elements must be placed.

Return Value

A DOM-element that represents UI element.
Browser Compatibility
56+
45+
11
See Also