AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.Add Operator

Add two points (or vectors).

Syntax
Pascal
class operator Add(const A: TAgkPoint; const B: TAgkPoint);
Parameters 
Description 
const A: TAgkPoint 
the first point. 
const B: TAgkPoint 
the point to add to A. 

The sum of A and B.

Copyright (c) 2012. All rights reserved.