VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / set_RotationPoint Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_RotationPoint Method
In This Topic
Sets the rotation point of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebRotationInteractionPointJS

returnValue = instance.set_RotationPoint(value);

Parameters

value
WebRotationInteractionPointJS object.
Browser Compatibility
56+
45+
11
See Also