Table of Contents

Operator operator -

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

operator -(PointF, Size)

Translates a PointF by the negative of a given Size.

public static PointF operator -(PointF point, Size size)

Parameters

point PointF

A PointF to translate.

size Size

A Size that specifies the numbers to subtract from the x- and y-coordinates of the point.

Returns

PointF

The translated PointF.

operator -(PointF, SizeF)

Translates a PointF by the negative of a specified SizeF.

public static PointF operator -(PointF point, SizeF size)

Parameters

point PointF

The PointF to translate.

size SizeF

The SizeF that specifies the numbers to subtract from the coordinates of point.

Returns

PointF

The translated PointF.