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