City Based Parking and Routing System API Documentation

Util.Scale Method 

Scales a vector to the specified scale.

public static PointF Scale(
   float scale,
   PointF va,
   PointF vb
);

Parameters

scale
The scale of the new vector
va
The starting PointF of the vector.
vb
The ending PointF of the vector.

Return Value

A PointF structure 'vc' that together with va forms the scaled vector.

See Also

Util Class | CBPRS.Infrastructure Namespace