unaryMinus

inline operator fun Point.unaryMinus(): Point(source)
inline operator fun PointF.unaryMinus(): PointF(source)

Returns a new point representing the negation of this point.


inline operator fun Region.unaryMinus(): Region(source)

Returns the negation of this region as a new region.