Table of Contents

Method Subtract

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Subtract(PointF, Size)

Translates a PointF by the negative of a specified size.

public static PointF Subtract(PointF point, Size size)

Parameters

point PointF

The PointF to translate.

size Size

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

Returns

PointF

The translated PointF.

Subtract(PointF, SizeF)

Translates a PointF by the negative of a specified size.

public static PointF Subtract(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.