Table of Contents

Operator operator +

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

operator +(PointF, Size)

Translates a PointF by a given Size.

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

Parameters

point PointF

The PointF to translate.

size Size

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

Returns

PointF

Returns the translated PointF.

operator +(PointF, SizeF)

Translates the PointF by the 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 add to the x- and y-coordinates of the point.

Returns

PointF

The translated PointF.