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

    Parameters

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