System.Types.TPointF.operator /=

From RAD Studio API Documentation
Jump to: navigation, search

C++

TPointF& operator /=(float f) {

Properties

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

Description

Divides the coordinates of the current TPointF object with the provided value.

Operator /= provides the division of the point with a float value.

See Also