System.Types.TPointF.operator *
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.