System.Types.TPointF.operator -=

From RAD Studio API Documentation
Jump to: navigation, search

C++

TPointF& operator -=(const TPointF& rhs) {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TPointF

Description

Calculates the difference between two points.

operator -= calculates the difference between two points by subtracting their coordinates' values.

See Also