System.Types.TSmallPoint.Add

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also