Table of Contents

Method Add

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Add(PointF, Size)

Translates a given PointF by the specified Size.

public static PointF Add(PointF point, Size size)

Parameters

point PointF

The PointF to translate.

size Size

The Size that specifies the numbers to add to the coordinates of point.

Returns

PointF

The translated PointF.

Add(PointF, SizeF)

Translates a given PointF by a specified SizeF.

public static PointF Add(PointF point, SizeF size)

Parameters

point PointF

The PointF to translate.

size SizeF

The SizeF that specifies the numbers to add to the coordinates of point.

Returns

PointF

The translated PointF.