VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / set_RotationCenterPoint Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_RotationCenterPoint Method
    In This Topic
    Sets the rotation center point of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebInteractionPointJS
    
    returnValue = instance.set_RotationCenterPoint(value);
    
    
    function set_RotationCenterPoint(
    value : WebInteractionPointJS
    ) : any;

    Parameters

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