Table of Contents

Operator operator -

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

operator -(Point, Size)

Translates a Point by the negative of a given Size.

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

Parameters

point Point

The Point to translate.

size Size

A Size that specifies the pair of numbers to subtract from the coordinates of point.

Returns

Point

A Point structure that is translated by the negative of a given Size structure.