get_UseInterpolation Method
Gets a value indicating whether lines of annotation are drawn with interpolation.
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinesAnnotationViewJS();
var value; // Type: boolean
value = instance.get_UseInterpolation();
function get_UseInterpolation() : boolean;
Return Value
Value indicating whether lines of annotation are drawn with interpolation. Default value is False.