System.Types.TSmallPoint.Add
Delphi
function Add(const Point: TSmallPoint): TSmallPoint;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Types.pas | System.Types | TSmallPoint |
Description
Calculates the sum between two TSmallPoint objects.
Call Add to add the x and y coordinates of one TSmallPoint object to the x and y coordinates of another TSmallPoint object.