%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
MidPoint Method
See Also 
vdWebLibrary Namespace > vdgeo Class : MidPoint Method
point1
The first point.
point2
The second point.
Calculates and returns a point that lies in the middle of the two passed points.

Syntax

JScript 
public function MidPoint( 
   point1 : Object,
   point2 : Object
) : Object;

Parameters

point1
The first point.
point2
The second point.

Return Value

The point in the middle of the two points.

See Also