get_FirstPointFillColor Method
Gets the first point fill color of the interaction area.
var instance = new Vintasoft.Imaging.Annotation.UI.WebArcInteractionPointJS(cursor);
var value; // Type: string
value = instance.get_FirstPointFillColor();
function get_FirstPointFillColor() : string;
Return Value
The first point fill color of the interaction area.