System.Types.TPointF.operator *=

From RAD Studio API Documentation
Jump to: navigation, search

C++

TPointF& operator *=(float f) {
TPointF& operator *=(const TPointF &P) {

Properties

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

Description

Changes the coordinates of the point by multiplying the current coordinates with a value or with the coordinates of another point.

Operator *= provides the multiplication of the point with a provided float value, or with the coordinates of another TPointF object.

See Also