ImageGear for .NET
subtract Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > Point Class : subtract Method

vector
The vector for the subtraction from this vector.

Glossary Item Box

Makes the subtraction of given vector from this vector.

Syntax

ASP.NET Ajax Javascript (Specification) 
function subtract( 
   vector : Point
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPoint.subtract(Point);

Parameters

vector
The vector for the subtraction from this vector.

See Also

©2013. Accusoft Corporation. All Rights Reserved.