set_SecondPointFillColor Method
In This Topic
Sets the second point fill color of the interaction area.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebArcInteractionPointJS(cursor);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_SecondPointFillColor(value);
function set_SecondPointFillColor(
: string
) : any;
Parameters
- value
- The second point fill color of the interaction area.
Browser Compatibility
See Also