Subtract

Subtract(PointF, Size)

Översätter enPointF med negativ av en angiven storlek.

public static PointF Subtract(PointF point, Size size)
ParameterTypBeskrivning
pointPointFDePointF att översätta.
sizeSizeDeSize som anger talen som ska subtraheras från koordinaterna förpoint.

Returvärde

Den översattaPointF.

Se även


Subtract(PointF, SizeF)

Översätter enPointF med negativ av en angiven storlek.

public static PointF Subtract(PointF point, SizeF size)
ParameterTypBeskrivning
pointPointFDePointF att översätta.
sizeSizeFDeSizeF som anger talen som ska subtraheras från koordinaterna förpoint.

Returvärde

Den översattaPointF.

Se även