System.Types.TPointF.operator *

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Multiplies the coordinates of a point with a value or the coordinates of another point.

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

See Also