AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.Subtract Operator

Subtracts two points (or vectors).

Syntax
Pascal
class operator Subtract(const A: TAgkPoint; const B: TAgkPoint);
Parameters 
Description 
const A: TAgkPoint 
the first point. 
const B: TAgkPoint 
the point to subtract from A. 

The difference A - B.

Copyright (c) 2012. All rights reserved.