VintaSoft Imaging .NET SDK 12.4: 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);
    
    
    function set_RotationPoint(
    value : WebRotationInteractionPointJS
    ) : any;

    Parameters

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